#1D4676

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

Shades of Dark Cerulean #1D4676

Tints of Dark Cerulean #1D4676

Color information

#1D4676 (or 0x1D4676) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 46 and 76. RGB value is (29,70,118). Sum of RGB (Red+Green+Blue) = 29+70+118=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4676 is #E2B989. Grayscale: #3E3E3E. Windows color (decimal): -14858634 or 7751197. OLE color: 7751197.

HSL color Cylindrical-coordinate representation of color #1D4676: hue angle of 212.36º 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 #1D4676 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2970118-
CMYK0.750.4100.54
HSL212.36º60.54%28.82%-
HSV(B)212.36º75.42%46.27%-
XYZ5.975.9517.97-
YUV63.21158.92103.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=13.36%
G=32.26%
B=54.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29701180.750.4100.54212.3660.5428.82
Hex1D46764B29036d43d1d
Octal35106166113510663247535
Binary1110110001101110110100101110100101101101101010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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