Shades of Dark Cerulean #1D4677
Tints of Dark Cerulean #1D4677
RGB
CMYK
RGB Variations
Color information
#1D4677 (or 0x1D4677) is known color: Dark Cerulean. HEX triplet: 1D, 46 and 77. RGB value is (29,70,119). Sum of RGB (Red+Green+Blue) = 29+70+119=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4677 is #E2B988. Grayscale: #3F3F3F. Windows color (decimal): -14858633 or 7816733. OLE color: 7816733.
HSL color Cylindrical-coordinate representation of color #1D4677: hue angle of 212.67º 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 #1D4677 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 70 | 119 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.53 |
| HSL | 212.67º | 0.61% | 0.29% | - |
| HSV(B) | 212.67º | 0.76% | 0.47% | - |
| XYZ | 6.03 | 5.97 | 18.29 | - |
| YUV | 63.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 119 | 0.76 | 0.41 | 0 | 0.53 | 212.67 | 0.61 | 0.29 |
| Hex | 1D | 46 | 77 | 4C | 29 | 0 | 35 | D5 | 3D | 1D |
| Octal | 35 | 106 | 167 | 114 | 51 | 0 | 65 | 325 | 75 | 35 |
| Binary | 11101 | 1000110 | 1110111 | 1001100 | 101001 | 0 | 110101 | 11010101 | 111101 | 11101 |
Color Harmonies of #1D4677
Complementary color
Monochromatic Colors of #1D4677
Black with #1D4677
Text Example
Text Example
White with #1D4677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4677; }
p { color: rgb(29,70,119); }
H1.HeaderClassName
{
color: #1D4677;
}
.AnyTagClassName
{
color: #1D4677;
}
</style>
background-color css
<style>
a { background-color: #1D4677; }
a { background-color: rgb(29,70,119); }
div.DivClassName
{
background-color: #1D4677;
}
.BgClassName
{
background-color: #1D4677;
}
</style>
border-color css
<style>
span { border-color: #1D4677; }
span { border-color: rgb(29,70,119); }
td.TdClassName
{
border-color: #1D4677;
}
.TagClassName
{
border-color: #1D4677;
}
</style>