Shades of Dark Cerulean #1D4176
Tints of Dark Cerulean #1D4176
RGB
CMYK
RGB Variations
Color information
#1D4176 (or 0x1D4176) is known color: Dark Cerulean. HEX triplet: 1D, 41 and 76. RGB value is (29,65,118). Sum of RGB (Red+Green+Blue) = 29+65+118=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4176 is #E2BE89. Grayscale: #3C3C3C. Windows color (decimal): -14859914 or 7749917. OLE color: 7749917.
HSL color Cylindrical-coordinate representation of color #1D4176: hue angle of 215.73º 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 #1D4176 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 65 | 118 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.54 |
| HSL | 215.73º | 0.61% | 0.29% | - |
| HSV(B) | 215.73º | 0.75% | 0.46% | - |
| XYZ | 5.67 | 5.35 | 17.87 | - |
| YUV | 60.28 | 160.57 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 118 | 0.75 | 0.45 | 0 | 0.54 | 215.73 | 0.61 | 0.29 |
| Hex | 1D | 41 | 76 | 4B | 2D | 0 | 36 | D8 | 3D | 1D |
| Octal | 35 | 101 | 166 | 113 | 55 | 0 | 66 | 330 | 75 | 35 |
| Binary | 11101 | 1000001 | 1110110 | 1001011 | 101101 | 0 | 110110 | 11011000 | 111101 | 11101 |
Color Harmonies of #1D4176
Complementary color
Monochromatic Colors of #1D4176
Black with #1D4176
Text Example
Text Example
White with #1D4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4176; }
p { color: rgb(29,65,118); }
H1.HeaderClassName
{
color: #1D4176;
}
.AnyTagClassName
{
color: #1D4176;
}
</style>
background-color css
<style>
a { background-color: #1D4176; }
a { background-color: rgb(29,65,118); }
div.DivClassName
{
background-color: #1D4176;
}
.BgClassName
{
background-color: #1D4176;
}
</style>
border-color css
<style>
span { border-color: #1D4176; }
span { border-color: rgb(29,65,118); }
td.TdClassName
{
border-color: #1D4176;
}
.TagClassName
{
border-color: #1D4176;
}
</style>