Shades of Dark Cerulean #10568A
Tints of Dark Cerulean #10568A
RGB
CMYK
RGB Variations
Color information
#10568A (or 0x10568A) is known color: Dark Cerulean. HEX triplet: 10, 56 and 8A. RGB value is (16,86,138). Sum of RGB (Red+Green+Blue) = 16+86+138=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #10568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10568A is #EFA975. Grayscale: #464646. Windows color (decimal): -15706486 or 9066000. OLE color: 9066000.
HSL color Cylindrical-coordinate representation of color #10568A: hue angle of 205.57º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10568A is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 86 | 138 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.46 |
| HSL | 205.57º | 0.79% | 0.3% | - |
| HSV(B) | 205.57º | 0.88% | 0.54% | - |
| XYZ | 8.13 | 8.6 | 25.28 | - |
| YUV | 71 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 138 | 0.88 | 0.38 | 0 | 0.46 | 205.57 | 0.79 | 0.3 |
| Hex | 10 | 56 | 8A | 58 | 26 | 0 | 2E | CE | 4F | 1E |
| Octal | 20 | 126 | 212 | 130 | 46 | 0 | 56 | 316 | 117 | 36 |
| Binary | 10000 | 1010110 | 10001010 | 1011000 | 100110 | 0 | 101110 | 11001110 | 1001111 | 11110 |
Color Harmonies of #10568A
Complementary color
Monochromatic Colors of #10568A
Black with #10568A
Text Example
Text Example
White with #10568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10568A; }
p { color: rgb(16,86,138); }
H1.HeaderClassName
{
color: #10568A;
}
.AnyTagClassName
{
color: #10568A;
}
</style>
background-color css
<style>
a { background-color: #10568A; }
a { background-color: rgb(16,86,138); }
div.DivClassName
{
background-color: #10568A;
}
.BgClassName
{
background-color: #10568A;
}
</style>
border-color css
<style>
span { border-color: #10568A; }
span { border-color: rgb(16,86,138); }
td.TdClassName
{
border-color: #10568A;
}
.TagClassName
{
border-color: #10568A;
}
</style>