Shades of Dark Cerulean #11447D
Tints of Dark Cerulean #11447D
RGB
CMYK
RGB Variations
Color information
#11447D (or 0x11447D) is known color: Dark Cerulean. HEX triplet: 11, 44 and 7D. RGB value is (17,68,125). Sum of RGB (Red+Green+Blue) = 17+68+125=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #11447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11447D is #EEBB82. Grayscale: #3A3A3A. Windows color (decimal): -15645571 or 8209425. OLE color: 8209425.
HSL color Cylindrical-coordinate representation of color #11447D: hue angle of 211.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11447D is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 68 | 125 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.51 |
| HSL | 211.67º | 0.76% | 0.28% | - |
| HSV(B) | 211.67º | 0.86% | 0.49% | - |
| XYZ | 6 | 5.73 | 20.19 | - |
| YUV | 59.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 125 | 0.86 | 0.46 | 0 | 0.51 | 211.67 | 0.76 | 0.28 |
| Hex | 11 | 44 | 7D | 56 | 2E | 0 | 33 | D4 | 4C | 1C |
| Octal | 21 | 104 | 175 | 126 | 56 | 0 | 63 | 324 | 114 | 34 |
| Binary | 10001 | 1000100 | 1111101 | 1010110 | 101110 | 0 | 110011 | 11010100 | 1001100 | 11100 |
Color Harmonies of #11447D
Complementary color
Monochromatic Colors of #11447D
Black with #11447D
Text Example
Text Example
White with #11447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11447D; }
p { color: rgb(17,68,125); }
H1.HeaderClassName
{
color: #11447D;
}
.AnyTagClassName
{
color: #11447D;
}
</style>
background-color css
<style>
a { background-color: #11447D; }
a { background-color: rgb(17,68,125); }
div.DivClassName
{
background-color: #11447D;
}
.BgClassName
{
background-color: #11447D;
}
</style>
border-color css
<style>
span { border-color: #11447D; }
span { border-color: rgb(17,68,125); }
td.TdClassName
{
border-color: #11447D;
}
.TagClassName
{
border-color: #11447D;
}
</style>