Shades of Dark Cerulean #10568C
Tints of Dark Cerulean #10568C
RGB
CMYK
RGB Variations
Color information
#10568C (or 0x10568C) is known color: Dark Cerulean. HEX triplet: 10, 56 and 8C. RGB value is (16,86,140). Sum of RGB (Red+Green+Blue) = 16+86+140=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #10568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10568C is #EFA973. Grayscale: #464646. Windows color (decimal): -15706484 or 9197072. OLE color: 9197072.
HSL color Cylindrical-coordinate representation of color #10568C: hue angle of 206.13º 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 #10568C is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 86 | 140 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.45 |
| HSL | 206.13º | 0.79% | 0.31% | - |
| HSV(B) | 206.13º | 0.89% | 0.55% | - |
| XYZ | 8.28 | 8.66 | 26.05 | - |
| YUV | 71.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 140 | 0.89 | 0.39 | 0 | 0.45 | 206.13 | 0.79 | 0.31 |
| Hex | 10 | 56 | 8C | 59 | 27 | 0 | 2D | CE | 4F | 1F |
| Octal | 20 | 126 | 214 | 131 | 47 | 0 | 55 | 316 | 117 | 37 |
| Binary | 10000 | 1010110 | 10001100 | 1011001 | 100111 | 0 | 101101 | 11001110 | 1001111 | 11111 |
Color Harmonies of #10568C
Complementary color
Monochromatic Colors of #10568C
Black with #10568C
Text Example
Text Example
White with #10568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10568C; }
p { color: rgb(16,86,140); }
H1.HeaderClassName
{
color: #10568C;
}
.AnyTagClassName
{
color: #10568C;
}
</style>
background-color css
<style>
a { background-color: #10568C; }
a { background-color: rgb(16,86,140); }
div.DivClassName
{
background-color: #10568C;
}
.BgClassName
{
background-color: #10568C;
}
</style>
border-color css
<style>
span { border-color: #10568C; }
span { border-color: rgb(16,86,140); }
td.TdClassName
{
border-color: #10568C;
}
.TagClassName
{
border-color: #10568C;
}
</style>