Shades of Dark Cerulean #1D447F
Tints of Dark Cerulean #1D447F
RGB
CMYK
RGB Variations
Color information
#1D447F (or 0x1D447F) is known color: Dark Cerulean. HEX triplet: 1D, 44 and 7F. RGB value is (29,68,127). Sum of RGB (Red+Green+Blue) = 29+68+127=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D447F is #E2BB80. Grayscale: #3E3E3E. Windows color (decimal): -14859137 or 8340509. OLE color: 8340509.
HSL color Cylindrical-coordinate representation of color #1D447F: hue angle of 216.12º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D447F is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 29 | 68 | 127 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.50 |
| HSL | 216.12º | 0.63% | 0.31% | - |
| HSV(B) | 216.12º | 0.77% | 0.5% | - |
| XYZ | 6.4 | 5.93 | 20.89 | - |
| YUV | 63.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 127 | 0.77 | 0.46 | 0 | 0.50 | 216.12 | 0.63 | 0.31 |
| Hex | 1D | 44 | 7F | 4D | 2E | 0 | 32 | D8 | 3F | 1F |
| Octal | 35 | 104 | 177 | 115 | 56 | 0 | 62 | 330 | 77 | 37 |
| Binary | 11101 | 1000100 | 1111111 | 1001101 | 101110 | 0 | 110010 | 11011000 | 111111 | 11111 |
Color Harmonies of #1D447F
Complementary color
Monochromatic Colors of #1D447F
Black with #1D447F
Text Example
Text Example
White with #1D447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D447F; }
p { color: rgb(29,68,127); }
H1.HeaderClassName
{
color: #1D447F;
}
.AnyTagClassName
{
color: #1D447F;
}
</style>
background-color css
<style>
a { background-color: #1D447F; }
a { background-color: rgb(29,68,127); }
div.DivClassName
{
background-color: #1D447F;
}
.BgClassName
{
background-color: #1D447F;
}
</style>
border-color css
<style>
span { border-color: #1D447F; }
span { border-color: rgb(29,68,127); }
td.TdClassName
{
border-color: #1D447F;
}
.TagClassName
{
border-color: #1D447F;
}
</style>