Shades of Dark Cerulean #1D4178
Tints of Dark Cerulean #1D4178
RGB
CMYK
RGB Variations
Color information
#1D4178 (or 0x1D4178) is known color: Dark Cerulean. HEX triplet: 1D, 41 and 78. RGB value is (29,65,120). Sum of RGB (Red+Green+Blue) = 29+65+120=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4178 is #E2BE87. Grayscale: #3C3C3C. Windows color (decimal): -14859912 or 7880989. OLE color: 7880989.
HSL color Cylindrical-coordinate representation of color #1D4178: hue angle of 216.26º 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 #1D4178 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 65 | 120 | - |
| CMYK | 0.76 | 0.46 | 0 | 0.53 |
| HSL | 216.26º | 0.61% | 0.29% | - |
| HSV(B) | 216.26º | 0.76% | 0.47% | - |
| XYZ | 5.79 | 5.4 | 18.51 | - |
| YUV | 60.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 120 | 0.76 | 0.46 | 0 | 0.53 | 216.26 | 0.61 | 0.29 |
| Hex | 1D | 41 | 78 | 4C | 2E | 0 | 35 | D8 | 3D | 1D |
| Octal | 35 | 101 | 170 | 114 | 56 | 0 | 65 | 330 | 75 | 35 |
| Binary | 11101 | 1000001 | 1111000 | 1001100 | 101110 | 0 | 110101 | 11011000 | 111101 | 11101 |
Color Harmonies of #1D4178
Complementary color
Monochromatic Colors of #1D4178
Black with #1D4178
Text Example
Text Example
White with #1D4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4178; }
p { color: rgb(29,65,120); }
H1.HeaderClassName
{
color: #1D4178;
}
.AnyTagClassName
{
color: #1D4178;
}
</style>
background-color css
<style>
a { background-color: #1D4178; }
a { background-color: rgb(29,65,120); }
div.DivClassName
{
background-color: #1D4178;
}
.BgClassName
{
background-color: #1D4178;
}
</style>
border-color css
<style>
span { border-color: #1D4178; }
span { border-color: rgb(29,65,120); }
td.TdClassName
{
border-color: #1D4178;
}
.TagClassName
{
border-color: #1D4178;
}
</style>