#1D4273

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

Shades of Dark Cerulean #1D4273

Tints of Dark Cerulean #1D4273

Color information

#1D4273 (or 0x1D4273) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 42 and 73. RGB value is (29,66,115). Sum of RGB (Red+Green+Blue) = 29+66+115=210 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.81% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4273 is #E2BD8C. Grayscale: #3C3C3C. Windows color (decimal): -14859661 or 7553565. OLE color: 7553565.

HSL color Cylindrical-coordinate representation of color #1D4273: hue angle of 214.19º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4273 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2966115-
CMYK0.750.4300.55
HSL214.19º59.72%28.24%-
HSV(B)214.19º74.78%45.1%-
XYZ5.555.416.97-
YUV60.52158.74105.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.81%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 115 (45.31% from 255) = 54.76%
R=13.81%
G=31.43%
B=54.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29661150.750.4300.55214.1959.7228.24
Hex1D42734B2B037d63c1c
Octal35102163113530673267434
Binary1110110000101110011100101110101101101111101011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,115); }

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

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

 a { background-color: rgb(29,66,115); }

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

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

 span { border-color: rgb(29,66,115); }

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