Color Hex Logo

#1b62ad Color Hex

#1B62AD
(27,98,173)
0 Favorites   0 Comments

Color spaces of #1b62ad

RGB 2798173
HSL0.590.730.39
HSV211°84°68°
CMYK 0.840.430.00   0.32
XYZ12.362511.985541.1970
Yxy11.98550.18860.1829
Hunter Lab34.62013.1555-46.3195
CIE-Lab41.19316.8117-46.0457

#1b62ad color RGB value is (27,98,173).

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

The process color (four color CMYK) of #1b62ad color hex is 0.84, 0.43, 0.00, 0.32. Web safe color of #1b62ad is #336699. Color #1b62ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 01100010 10101101
Octal 33 142 255
Decimal 27 98 173
Hex 1B 62 AD

RGB Percentages of Color #1b62ad

%9.06
%32.89
%58.05

CMYK Percentages of Color #1b62ad

%84
%43
%0
%32

Triadic Colors of #1b62ad

#1b62ad #ad1b62 #62ad1b

Analogous Colors of #1b62ad

#1b62ad #1d1bad #1babad

Monochromatic Colors of #1b62ad

#1b62ad

Complementary Color

#1b62ad #ad661b

#1b62ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b62ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b62ad Color CSS Codes

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

#1b62ad Text Font Color

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

This sample text font color is #1b62ad
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.


#1b62ad Background Color

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

This div background color is #1b62ad


#1b62ad Border Color

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

This div border color is #1b62ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b62ad


Comments

No comments written yet.

Please login to write comment.