#1D4079

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

Shades of Dark Cerulean #1D4079

Tints of Dark Cerulean #1D4079

Color information

#1D4079 (or 0x1D4079) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 40 and 79. RGB value is (29,64,121). Sum of RGB (Red+Green+Blue) = 29+64+121=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4079 is #E2BF86. Grayscale: #3B3B3B. Windows color (decimal): -14860167 or 7946269. OLE color: 7946269.

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

Color convert

RGB2964121-
CMYK0.760.4700.53
HSL217.17º61.33%29.41%-
HSV(B)217.17º76.03%47.45%-
XYZ5.795.3118.81-
YUV60.03162.4105.87-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.55%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 121 (47.66% from 255) = 56.54%
R=13.55%
G=29.91%
B=56.54%

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
Decimal29641210.760.4700.53217.1761.3329.41
Hex1D40794C2F035d93d1d
Octal35100171114570653317535
Binary1110110000001111001100110010111101101011101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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