Shades of Dark Cerulean #10478C
Tints of Dark Cerulean #10478C
RGB
CMYK
RGB Variations
Color information
#10478C (or 0x10478C) is known color: Dark Cerulean. HEX triplet: 10, 47 and 8C. RGB value is (16,71,140). Sum of RGB (Red+Green+Blue) = 16+71+140=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #10478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10478C is #EFB873. Grayscale: #3E3E3E. Windows color (decimal): -15710324 or 9193232. OLE color: 9193232.
HSL color Cylindrical-coordinate representation of color #10478C: hue angle of 213.39º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10478C is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 71 | 140 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.45 |
| HSL | 213.39º | 0.79% | 0.31% | - |
| HSV(B) | 213.39º | 0.89% | 0.55% | - |
| XYZ | 7.2 | 6.51 | 25.69 | - |
| YUV | 62.42 | 171.78 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 71 | 140 | 0.89 | 0.49 | 0 | 0.45 | 213.39 | 0.79 | 0.31 |
| Hex | 10 | 47 | 8C | 59 | 31 | 0 | 2D | D5 | 4F | 1F |
| Octal | 20 | 107 | 214 | 131 | 61 | 0 | 55 | 325 | 117 | 37 |
| Binary | 10000 | 1000111 | 10001100 | 1011001 | 110001 | 0 | 101101 | 11010101 | 1001111 | 11111 |
Color Harmonies of #10478C
Complementary color
Monochromatic Colors of #10478C
Black with #10478C
Text Example
Text Example
White with #10478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10478C; }
p { color: rgb(16,71,140); }
H1.HeaderClassName
{
color: #10478C;
}
.AnyTagClassName
{
color: #10478C;
}
</style>
background-color css
<style>
a { background-color: #10478C; }
a { background-color: rgb(16,71,140); }
div.DivClassName
{
background-color: #10478C;
}
.BgClassName
{
background-color: #10478C;
}
</style>
border-color css
<style>
span { border-color: #10478C; }
span { border-color: rgb(16,71,140); }
td.TdClassName
{
border-color: #10478C;
}
.TagClassName
{
border-color: #10478C;
}
</style>