#1D4275

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

Shades of Dark Cerulean #1D4275

Tints of Dark Cerulean #1D4275

Color information

#1D4275 (or 0x1D4275) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 42 and 75. RGB value is (29,66,117). Sum of RGB (Red+Green+Blue) = 29+66+117=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4275 is #E2BD8A. Grayscale: #3C3C3C. Windows color (decimal): -14859659 or 7684637. OLE color: 7684637.

HSL color Cylindrical-coordinate representation of color #1D4275: hue angle of 214.77º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4275 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2966117-
CMYK0.750.4400.54
HSL214.77º60.27%28.63%-
HSV(B)214.77º75.21%45.88%-
XYZ5.675.4417.58-
YUV60.75159.74105.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=13.68%
G=31.13%
B=55.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29661170.750.4400.54214.7760.2728.63
Hex1D42754B2C036d73c1d
Octal35102165113540663277435
Binary1110110000101110101100101110110001101101101011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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