Shades of Dark Cerulean #10447D
Tints of Dark Cerulean #10447D
RGB
CMYK
RGB Variations
Color information
#10447D (or 0x10447D) is known color: Dark Cerulean. HEX triplet: 10, 44 and 7D. RGB value is (16,68,125). Sum of RGB (Red+Green+Blue) = 16+68+125=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #10447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10447D is #EFBB82. Grayscale: #3A3A3A. Windows color (decimal): -15711107 or 8209424. OLE color: 8209424.
HSL color Cylindrical-coordinate representation of color #10447D: hue angle of 211.38º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10447D is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 68 | 125 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.51 |
| HSL | 211.38º | 0.77% | 0.28% | - |
| HSV(B) | 211.38º | 0.87% | 0.49% | - |
| XYZ | 5.98 | 5.73 | 20.19 | - |
| YUV | 58.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 125 | 0.87 | 0.46 | 0 | 0.51 | 211.38 | 0.77 | 0.28 |
| Hex | 10 | 44 | 7D | 57 | 2E | 0 | 33 | D3 | 4D | 1C |
| Octal | 20 | 104 | 175 | 127 | 56 | 0 | 63 | 323 | 115 | 34 |
| Binary | 10000 | 1000100 | 1111101 | 1010111 | 101110 | 0 | 110011 | 11010011 | 1001101 | 11100 |
Color Harmonies of #10447D
Complementary color
Monochromatic Colors of #10447D
Black with #10447D
Text Example
Text Example
White with #10447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10447D; }
p { color: rgb(16,68,125); }
H1.HeaderClassName
{
color: #10447D;
}
.AnyTagClassName
{
color: #10447D;
}
</style>
background-color css
<style>
a { background-color: #10447D; }
a { background-color: rgb(16,68,125); }
div.DivClassName
{
background-color: #10447D;
}
.BgClassName
{
background-color: #10447D;
}
</style>
border-color css
<style>
span { border-color: #10447D; }
span { border-color: rgb(16,68,125); }
td.TdClassName
{
border-color: #10447D;
}
.TagClassName
{
border-color: #10447D;
}
</style>