Shades of Dark Cerulean #10476F
Tints of Dark Cerulean #10476F
RGB
CMYK
RGB Variations
Color information
#10476F (or 0x10476F) is known color: Dark Cerulean. HEX triplet: 10, 47 and 6F. RGB value is (16,71,111). Sum of RGB (Red+Green+Blue) = 16+71+111=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #10476F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10476F is #EFB890. Grayscale: #3A3A3A. Windows color (decimal): -15710353 or 7292688. OLE color: 7292688.
HSL color Cylindrical-coordinate representation of color #10476F: hue angle of 205.26º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10476F is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 71 | 111 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.56 |
| HSL | 205.26º | 0.75% | 0.25% | - |
| HSV(B) | 205.26º | 0.86% | 0.44% | - |
| XYZ | 5.34 | 5.76 | 15.87 | - |
| YUV | 59.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 111 | 0.86 | 0.36 | 0 | 0.56 | 205.26 | 0.75 | 0.25 |
| Hex | 10 | 47 | 6F | 56 | 24 | 0 | 38 | CD | 4B | 19 |
| Octal | 20 | 107 | 157 | 126 | 44 | 0 | 70 | 315 | 113 | 31 |
| Binary | 10000 | 1000111 | 1101111 | 1010110 | 100100 | 0 | 111000 | 11001101 | 1001011 | 11001 |
Color Harmonies of #10476F
Complementary color
Monochromatic Colors of #10476F
Black with #10476F
Text Example
Text Example
White with #10476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10476F; }
p { color: rgb(16,71,111); }
H1.HeaderClassName
{
color: #10476F;
}
.AnyTagClassName
{
color: #10476F;
}
</style>
background-color css
<style>
a { background-color: #10476F; }
a { background-color: rgb(16,71,111); }
div.DivClassName
{
background-color: #10476F;
}
.BgClassName
{
background-color: #10476F;
}
</style>
border-color css
<style>
span { border-color: #10476F; }
span { border-color: rgb(16,71,111); }
td.TdClassName
{
border-color: #10476F;
}
.TagClassName
{
border-color: #10476F;
}
</style>