#1B4477

Color #1B4477 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1B4477

Tints of Dark Cerulean #1B4477

Color information

#1B4477 (or 0x1B4477) is unknown color: approx Dark Cerulean. HEX triplet: 1B, 44 and 77. RGB value is (27,68,119). Sum of RGB (Red+Green+Blue) = 27+68+119=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4477 is #E4BB88. Grayscale: #3D3D3D. Windows color (decimal): -14990217 or 7816219. OLE color: 7816219.

HSL color Cylindrical-coordinate representation of color #1B4477: hue angle of 213.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4477 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2768119-
CMYK0.770.4300.53
HSL213.26º63.01%28.63%-
HSV(B)213.26º77.31%46.67%-
XYZ5.855.718.24-
YUV61.56160.42103.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 12.62%
GREEN value IS 68 (26.95% from 255) = 31.78%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=12.62%
G=31.78%
B=55.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27681190.770.4300.53213.2663.0128.63
Hex1B44774D2B035d53f1d
Octal33104167115530653257735
Binary1101110001001110111100110110101101101011101010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B4477; }

 p { color: rgb(27,68,119); }

 H1.HeaderClassName
 {
   color: #1B4477;
 }
 .AnyTagClassName
 {
   color: #1B4477;
 }
</style>
background-color css

<style>
 a { background-color: #1B4477; }

 a { background-color: rgb(27,68,119); }

 div.DivClassName
 {
   background-color: #1B4477;
 }
 .BgClassName
 {
   background-color: #1B4477;
 }
</style>
border-color css

<style>
 span { border-color: #1B4477; }

 span { border-color: rgb(27,68,119); }

 td.TdClassName
 {
   border-color: #1B4477;
 }
 .TagClassName
 {
   border-color: #1B4477;
 }
</style>