#1D437C

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

Shades of Dark Cerulean #1D437C

Tints of Dark Cerulean #1D437C

Color information

#1D437C (or 0x1D437C) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 43 and 7C. RGB value is (29,67,124). Sum of RGB (Red+Green+Blue) = 29+67+124=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D437C is #E2BC83. Grayscale: #3D3D3D. Windows color (decimal): -14859396 or 8143645. OLE color: 8143645.

HSL color Cylindrical-coordinate representation of color #1D437C: hue angle of 216º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D437C is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2967124-
CMYK0.770.4600.51
HSL216º62.09%30%-
HSV(B)216º76.61%48.63%-
XYZ6.155.7319.85-
YUV62.14162.91104.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.18%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=13.18%
G=30.45%
B=56.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29671240.770.4600.5121662.0930
Hex1D437C4D2E033d83e1e
Octal35103174115560633307636
Binary1110110000111111100100110110111001100111101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,67,124); }

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

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

 a { background-color: rgb(29,67,124); }

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

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

 span { border-color: rgb(29,67,124); }

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