Shades of Dark Cerulean #1D4275
Tints of Dark Cerulean #1D4275
RGB
CMYK
RGB Variations
Color information
#1D4275 (or 0x1D4275) is known color: 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
| RGB | 29 | 66 | 117 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.54 |
| HSL | 214.77º | 0.6% | 0.29% | - |
| HSV(B) | 214.77º | 0.75% | 0.46% | - |
| XYZ | 5.67 | 5.44 | 17.58 | - |
| YUV | 60.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 117 | 0.75 | 0.44 | 0 | 0.54 | 214.77 | 0.6 | 0.29 |
| Hex | 1D | 42 | 75 | 4B | 2C | 0 | 36 | D7 | 3C | 1D |
| Octal | 35 | 102 | 165 | 113 | 54 | 0 | 66 | 327 | 74 | 35 |
| Binary | 11101 | 1000010 | 1110101 | 1001011 | 101100 | 0 | 110110 | 11010111 | 111100 | 11101 |
Color Harmonies of #1D4275
Complementary color
Monochromatic Colors of #1D4275
Black with #1D4275
Text Example
Text Example
White with #1D4275
Text Example
Text Example
HTML Codes & Css Web 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>