Shades of Dark Cerulean #1D4571
Tints of Dark Cerulean #1D4571
RGB
CMYK
RGB Variations
Color information
#1D4571 (or 0x1D4571) is known color: Dark Cerulean. HEX triplet: 1D, 45 and 71. RGB value is (29,69,113). Sum of RGB (Red+Green+Blue) = 29+69+113=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4571 is #E2BA8E. Grayscale: #3D3D3D. Windows color (decimal): -14858895 or 7423261. OLE color: 7423261.
HSL color Cylindrical-coordinate representation of color #1D4571: hue angle of 211.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4571 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 69 | 113 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.56 |
| HSL | 211.43º | 0.59% | 0.28% | - |
| HSV(B) | 211.43º | 0.74% | 0.44% | - |
| XYZ | 5.62 | 5.71 | 16.43 | - |
| YUV | 62.06 | 156.75 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 113 | 0.74 | 0.39 | 0 | 0.56 | 211.43 | 0.59 | 0.28 |
| Hex | 1D | 45 | 71 | 4A | 27 | 0 | 38 | D3 | 3B | 1C |
| Octal | 35 | 105 | 161 | 112 | 47 | 0 | 70 | 323 | 73 | 34 |
| Binary | 11101 | 1000101 | 1110001 | 1001010 | 100111 | 0 | 111000 | 11010011 | 111011 | 11100 |
Color Harmonies of #1D4571
Complementary color
Monochromatic Colors of #1D4571
Black with #1D4571
Text Example
Text Example
White with #1D4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4571; }
p { color: rgb(29,69,113); }
H1.HeaderClassName
{
color: #1D4571;
}
.AnyTagClassName
{
color: #1D4571;
}
</style>
background-color css
<style>
a { background-color: #1D4571; }
a { background-color: rgb(29,69,113); }
div.DivClassName
{
background-color: #1D4571;
}
.BgClassName
{
background-color: #1D4571;
}
</style>
border-color css
<style>
span { border-color: #1D4571; }
span { border-color: rgb(29,69,113); }
td.TdClassName
{
border-color: #1D4571;
}
.TagClassName
{
border-color: #1D4571;
}
</style>