Color Hex Logo

#1d62ba Color Hex

#1D62BA
(29,98,186)
0 Favorites   0 Comments

Color spaces of #1d62ba

RGB 2998186
HSL0.590.730.42
HSV214°84°73°
CMYK 0.840.470.00   0.27
XYZ13.737312.541748.1511
Yxy12.54170.18460.1685
Hunter Lab35.41437.2657-55.8238
CIE-Lab42.064412.1186-52.2633

#1d62ba color RGB value is (29,98,186).

#1d62ba hex color red value is 29, green value is 98 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1d62ba hue: 0.59 , saturation: 0.73 and the lightness value of 1d62ba is 0.42.

The process color (four color CMYK) of #1d62ba color hex is 0.84, 0.47, 0.00, 0.27. Web safe color of #1d62ba is #3366cc. Color #1d62ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01100010 10111010
Octal 35 142 272
Decimal 29 98 186
Hex 1D 62 BA

RGB Percentages of Color #1d62ba

%9.27
%31.31
%59.42

CMYK Percentages of Color #1d62ba

%84
%47
%0
%27

Triadic Colors of #1d62ba

#1d62ba #ba1d62 #62ba1d

Analogous Colors of #1d62ba

#1d62ba #261dba #1db1ba

Monochromatic Colors of #1d62ba

#1d62ba

Complementary Color

#1d62ba #ba751d

#1d62ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d62ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d62ba Color CSS Codes

.mybgcolor {background-color:#1d62ba; } 
.myforecolor {color:#1d62ba; }
.mybordercolor {border:3px solid #1d62ba; }

#1d62ba Text Font Color

<p style="color:#1d62ba">Text here</p>

This sample text font color is #1d62ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1d62ba Background Color

<div style="background-color:#1d62ba">
Div content here</div>

This div background color is #1d62ba


#1d62ba Border Color

<div style="border:3px solid #1d62ba">
Div here</div>

This div border color is #1d62ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,98,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d62ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d62ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1d62ba;
  box-shadow:         1px 1px 3px 2px #1d62ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,98,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1d62ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1d62ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1d62ba;
  box-shadow:         1px 1px 3px 2px #1d62ba;">
Div content here</div>

This div box has shadow with color #1d62ba


Comments

No comments written yet.

Please login to write comment.