Color Hex Logo

#1b336a Color Hex

#1B336A
(27,51,106)
0 Favorites   0 Comments

Color spaces of #1b336a

RGB 2751106
HSL0.620.590.26
HSV222°75°42°
CMYK 0.750.520.00   0.58
XYZ4.23733.641314.1152
Yxy3.64130.19270.1656
Hunter Lab19.08226.2430-30.4996
CIE-Lab22.448311.5658-34.9313

#1b336a color RGB value is (27,51,106).

#1b336a hex color red value is 27, green value is 51 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #1b336a hue: 0.62 , saturation: 0.59 and the lightness value of 1b336a is 0.26.

The process color (four color CMYK) of #1b336a color hex is 0.75, 0.52, 0.00, 0.58. Web safe color of #1b336a is #333366. Color #1b336a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00110011 01101010
Octal 33 63 152
Decimal 27 51 106
Hex 1B 33 6A

RGB Percentages of Color #1b336a

%14.67
%27.72
%57.61

CMYK Percentages of Color #1b336a

%75
%52
%0
%58

Triadic Colors of #1b336a

#1b336a #6a1b33 #336a1b

Analogous Colors of #1b336a

#1b336a #2a1b6a #1b5b6a

Monochromatic Colors of #1b336a

#1b336a

Complementary Color

#1b336a #6a521b

#1b336a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b336a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b336a Color CSS Codes

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

#1b336a Text Font Color

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

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


#1b336a Background Color

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

This div background color is #1b336a


#1b336a Border Color

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

This div border color is #1b336a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b336a


Comments

No comments written yet.

Please login to write comment.