Shades of Dark Cerulean #1D4478
Tints of Dark Cerulean #1D4478
RGB
CMYK
RGB Variations
Color information
#1D4478 (or 0x1D4478) is known color: Dark Cerulean. HEX triplet: 1D, 44 and 78. RGB value is (29,68,120). Sum of RGB (Red+Green+Blue) = 29+68+120=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4478 is #E2BB87. Grayscale: #3E3E3E. Windows color (decimal): -14859144 or 7881757. OLE color: 7881757.
HSL color Cylindrical-coordinate representation of color #1D4478: hue angle of 214.29º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4478 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 68 | 120 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.53 |
| HSL | 214.29º | 0.61% | 0.29% | - |
| HSV(B) | 214.29º | 0.76% | 0.47% | - |
| XYZ | 5.96 | 5.75 | 18.57 | - |
| YUV | 62.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 120 | 0.76 | 0.43 | 0 | 0.53 | 214.29 | 0.61 | 0.29 |
| Hex | 1D | 44 | 78 | 4C | 2B | 0 | 35 | D6 | 3D | 1D |
| Octal | 35 | 104 | 170 | 114 | 53 | 0 | 65 | 326 | 75 | 35 |
| Binary | 11101 | 1000100 | 1111000 | 1001100 | 101011 | 0 | 110101 | 11010110 | 111101 | 11101 |
Color Harmonies of #1D4478
Complementary color
Monochromatic Colors of #1D4478
Black with #1D4478
Text Example
Text Example
White with #1D4478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4478; }
p { color: rgb(29,68,120); }
H1.HeaderClassName
{
color: #1D4478;
}
.AnyTagClassName
{
color: #1D4478;
}
</style>
background-color css
<style>
a { background-color: #1D4478; }
a { background-color: rgb(29,68,120); }
div.DivClassName
{
background-color: #1D4478;
}
.BgClassName
{
background-color: #1D4478;
}
</style>
border-color css
<style>
span { border-color: #1D4478; }
span { border-color: rgb(29,68,120); }
td.TdClassName
{
border-color: #1D4478;
}
.TagClassName
{
border-color: #1D4478;
}
</style>