Shades of Dark Cerulean #1D4778
Tints of Dark Cerulean #1D4778
RGB
CMYK
RGB Variations
Color information
#1D4778 (or 0x1D4778) is known color: Dark Cerulean. HEX triplet: 1D, 47 and 78. RGB value is (29,71,120). Sum of RGB (Red+Green+Blue) = 29+71+120=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4778 is #E2B887. Grayscale: #3F3F3F. Windows color (decimal): -14858376 or 7882525. OLE color: 7882525.
HSL color Cylindrical-coordinate representation of color #1D4778: hue angle of 212.31º 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 #1D4778 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 29 | 71 | 120 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.53 |
| HSL | 212.31º | 0.61% | 0.29% | - |
| HSV(B) | 212.31º | 0.76% | 0.47% | - |
| XYZ | 6.15 | 6.12 | 18.63 | - |
| YUV | 64.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 120 | 0.76 | 0.41 | 0 | 0.53 | 212.31 | 0.61 | 0.29 |
| Hex | 1D | 47 | 78 | 4C | 29 | 0 | 35 | D4 | 3D | 1D |
| Octal | 35 | 107 | 170 | 114 | 51 | 0 | 65 | 324 | 75 | 35 |
| Binary | 11101 | 1000111 | 1111000 | 1001100 | 101001 | 0 | 110101 | 11010100 | 111101 | 11101 |
Color Harmonies of #1D4778
Complementary color
Monochromatic Colors of #1D4778
Black with #1D4778
Text Example
Text Example
White with #1D4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4778; }
p { color: rgb(29,71,120); }
H1.HeaderClassName
{
color: #1D4778;
}
.AnyTagClassName
{
color: #1D4778;
}
</style>
background-color css
<style>
a { background-color: #1D4778; }
a { background-color: rgb(29,71,120); }
div.DivClassName
{
background-color: #1D4778;
}
.BgClassName
{
background-color: #1D4778;
}
</style>
border-color css
<style>
span { border-color: #1D4778; }
span { border-color: rgb(29,71,120); }
td.TdClassName
{
border-color: #1D4778;
}
.TagClassName
{
border-color: #1D4778;
}
</style>