#1D4078

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

Shades of Dark Cerulean #1D4078

Tints of Dark Cerulean #1D4078

Color information

#1D4078 (or 0x1D4078) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 40 and 78. RGB value is (29,64,120). Sum of RGB (Red+Green+Blue) = 29+64+120=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4078 is #E2BF87. Grayscale: #3B3B3B. Windows color (decimal): -14860168 or 7880733. OLE color: 7880733.

HSL color Cylindrical-coordinate representation of color #1D4078: hue angle of 216.92º 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 #1D4078 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2964120-
CMYK0.760.4700.53
HSL216.92º61.07%29.22%-
HSV(B)216.92º75.83%47.06%-
XYZ5.735.2818.49-
YUV59.92161.9105.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 120 (47.27% from 255) = 56.34%
R=13.62%
G=30.05%
B=56.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29641200.760.4700.53216.9261.0729.22
Hex1D40784C2F035d93d1d
Octal35100170114570653317535
Binary1110110000001111000100110010111101101011101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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