Shades of Dark Cerulean #1D4776
Tints of Dark Cerulean #1D4776
RGB
CMYK
RGB Variations
Color information
#1D4776 (or 0x1D4776) is known color: Dark Cerulean. HEX triplet: 1D, 47 and 76. RGB value is (29,71,118). Sum of RGB (Red+Green+Blue) = 29+71+118=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4776 is #E2B889. Grayscale: #3F3F3F. Windows color (decimal): -14858378 or 7751453. OLE color: 7751453.
HSL color Cylindrical-coordinate representation of color #1D4776: hue angle of 211.69º 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 #1D4776 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 71 | 118 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.54 |
| HSL | 211.69º | 0.61% | 0.29% | - |
| HSV(B) | 211.69º | 0.75% | 0.46% | - |
| XYZ | 6.03 | 6.08 | 17.99 | - |
| YUV | 63.8 | 158.59 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 118 | 0.75 | 0.40 | 0 | 0.54 | 211.69 | 0.61 | 0.29 |
| Hex | 1D | 47 | 76 | 4B | 28 | 0 | 36 | D4 | 3D | 1D |
| Octal | 35 | 107 | 166 | 113 | 50 | 0 | 66 | 324 | 75 | 35 |
| Binary | 11101 | 1000111 | 1110110 | 1001011 | 101000 | 0 | 110110 | 11010100 | 111101 | 11101 |
Color Harmonies of #1D4776
Complementary color
Monochromatic Colors of #1D4776
Black with #1D4776
Text Example
Text Example
White with #1D4776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4776; }
p { color: rgb(29,71,118); }
H1.HeaderClassName
{
color: #1D4776;
}
.AnyTagClassName
{
color: #1D4776;
}
</style>
background-color css
<style>
a { background-color: #1D4776; }
a { background-color: rgb(29,71,118); }
div.DivClassName
{
background-color: #1D4776;
}
.BgClassName
{
background-color: #1D4776;
}
</style>
border-color css
<style>
span { border-color: #1D4776; }
span { border-color: rgb(29,71,118); }
td.TdClassName
{
border-color: #1D4776;
}
.TagClassName
{
border-color: #1D4776;
}
</style>