Shades of Dark Cerulean #1D4276
Tints of Dark Cerulean #1D4276
RGB
CMYK
RGB Variations
Color information
#1D4276 (or 0x1D4276) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 76. RGB value is (29,66,118). Sum of RGB (Red+Green+Blue) = 29+66+118=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4276 is #E2BD89. Grayscale: #3C3C3C. Windows color (decimal): -14859658 or 7750173. OLE color: 7750173.
HSL color Cylindrical-coordinate representation of color #1D4276: hue angle of 215.06º degrees, saturation: 0.61, 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 #1D4276 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 66 | 118 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.54 |
| HSL | 215.06º | 0.61% | 0.29% | - |
| HSV(B) | 215.06º | 0.75% | 0.46% | - |
| XYZ | 5.72 | 5.47 | 17.89 | - |
| YUV | 60.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 118 | 0.75 | 0.44 | 0 | 0.54 | 215.06 | 0.61 | 0.29 |
| Hex | 1D | 42 | 76 | 4B | 2C | 0 | 36 | D7 | 3D | 1D |
| Octal | 35 | 102 | 166 | 113 | 54 | 0 | 66 | 327 | 75 | 35 |
| Binary | 11101 | 1000010 | 1110110 | 1001011 | 101100 | 0 | 110110 | 11010111 | 111101 | 11101 |
Color Harmonies of #1D4276
Complementary color
Monochromatic Colors of #1D4276
Black with #1D4276
Text Example
Text Example
White with #1D4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4276; }
p { color: rgb(29,66,118); }
H1.HeaderClassName
{
color: #1D4276;
}
.AnyTagClassName
{
color: #1D4276;
}
</style>
background-color css
<style>
a { background-color: #1D4276; }
a { background-color: rgb(29,66,118); }
div.DivClassName
{
background-color: #1D4276;
}
.BgClassName
{
background-color: #1D4276;
}
</style>
border-color css
<style>
span { border-color: #1D4276; }
span { border-color: rgb(29,66,118); }
td.TdClassName
{
border-color: #1D4276;
}
.TagClassName
{
border-color: #1D4276;
}
</style>