Shades of Dark Cerulean #1D4271
Tints of Dark Cerulean #1D4271
RGB
CMYK
RGB Variations
Color information
#1D4271 (or 0x1D4271) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 71. RGB value is (29,66,113). Sum of RGB (Red+Green+Blue) = 29+66+113=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4271 is #E2BD8E. Grayscale: #3C3C3C. Windows color (decimal): -14859663 or 7422493. OLE color: 7422493.
HSL color Cylindrical-coordinate representation of color #1D4271: hue angle of 213.57º 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 #1D4271 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 66 | 113 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.56 |
| HSL | 213.57º | 0.59% | 0.28% | - |
| HSV(B) | 213.57º | 0.74% | 0.44% | - |
| XYZ | 5.44 | 5.35 | 16.37 | - |
| YUV | 60.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 113 | 0.74 | 0.42 | 0 | 0.56 | 213.57 | 0.59 | 0.28 |
| Hex | 1D | 42 | 71 | 4A | 2A | 0 | 38 | D6 | 3B | 1C |
| Octal | 35 | 102 | 161 | 112 | 52 | 0 | 70 | 326 | 73 | 34 |
| Binary | 11101 | 1000010 | 1110001 | 1001010 | 101010 | 0 | 111000 | 11010110 | 111011 | 11100 |
Color Harmonies of #1D4271
Complementary color
Monochromatic Colors of #1D4271
Black with #1D4271
Text Example
Text Example
White with #1D4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4271; }
p { color: rgb(29,66,113); }
H1.HeaderClassName
{
color: #1D4271;
}
.AnyTagClassName
{
color: #1D4271;
}
</style>
background-color css
<style>
a { background-color: #1D4271; }
a { background-color: rgb(29,66,113); }
div.DivClassName
{
background-color: #1D4271;
}
.BgClassName
{
background-color: #1D4271;
}
</style>
border-color css
<style>
span { border-color: #1D4271; }
span { border-color: rgb(29,66,113); }
td.TdClassName
{
border-color: #1D4271;
}
.TagClassName
{
border-color: #1D4271;
}
</style>