#1D4776

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

Shades of Dark Cerulean #1D4776

Tints of Dark Cerulean #1D4776

Color information

#1D4776 (or 0x1D4776) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 47 and 76. RGB value is (29,71,118). Sum of RGB (Red+Green+Blue) = 29+71+118=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4776 is #E2B889. Grayscale: #3F3F3F. Windows color (decimal): -14858378 or 7751453. OLE color: 7751453.

HSL color Cylindrical-coordinate representation of color #1D4776: hue angle of 211.69º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4776 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2971118-
CMYK0.750.4000.54
HSL211.69º60.54%28.82%-
HSV(B)211.69º75.42%46.27%-
XYZ6.036.0817.99-
YUV63.8158.59103.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=13.30%
G=32.57%
B=54.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29711180.750.4000.54211.6960.5428.82
Hex1D47764B28036d43d1d
Octal35107166113500663247535
Binary1110110001111110110100101110100001101101101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,118); }

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

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

 a { background-color: rgb(29,71,118); }

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

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

 span { border-color: rgb(29,71,118); }

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