#1D4578

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

Shades of Dark Cerulean #1D4578

Tints of Dark Cerulean #1D4578

Color information

#1D4578 (or 0x1D4578) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 45 and 78. RGB value is (29,69,120). Sum of RGB (Red+Green+Blue) = 29+69+120=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4578 is #E2BA87. Grayscale: #3E3E3E. Windows color (decimal): -14858888 or 7882013. OLE color: 7882013.

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

Color convert

RGB2969120-
CMYK0.760.4200.53
HSL213.63º61.07%29.22%-
HSV(B)213.63º75.83%47.06%-
XYZ6.025.8718.59-
YUV62.85160.25103.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=13.30%
G=31.65%
B=55.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29691200.760.4200.53213.6361.0729.22
Hex1D45784C2A035d63d1d
Octal35105170114520653267535
Binary1110110001011111000100110010101001101011101011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,69,120); }

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

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

 a { background-color: rgb(29,69,120); }

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

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

 span { border-color: rgb(29,69,120); }

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