Color Hex Logo

#1b334d Color Hex

#1B334D
(27,51,77)
0 Favorites   0 Comments

Color spaces of #1b334d

RGB 275177
HSL0.590.480.20
HSV211°65°30°
CMYK 0.650.340.00   0.70
XYZ2.97543.13657.4698
Yxy3.13650.21910.2309
Hunter Lab17.7102-1.0039-12.6102
CIE-Lab20.5825-0.1014-18.8008

#1b334d color RGB value is (27,51,77).

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

The process color (four color CMYK) of #1b334d color hex is 0.65, 0.34, 0.00, 0.70. Web safe color of #1b334d is #333366. Color #1b334d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00110011 01001101
Octal 33 63 115
Decimal 27 51 77
Hex 1B 33 4D

RGB Percentages of Color #1b334d

%17.42
%32.90
%49.68

CMYK Percentages of Color #1b334d

%65
%34
%0
%70

Triadic Colors of #1b334d

#1b334d #4d1b33 #334d1b

Analogous Colors of #1b334d

#1b334d #1c1b4d #1b4c4d

Monochromatic Colors of #1b334d

#1b334d

Complementary Color

#1b334d #4d351b

#1b334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b334d Color CSS Codes

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

#1b334d Text Font Color

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

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


#1b334d Background Color

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

This div background color is #1b334d


#1b334d Border Color

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

This div border color is #1b334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b334d


Comments

No comments written yet.

Please login to write comment.