Shades of Dark Cerulean #0A568B
Tints of Dark Cerulean #0A568B
RGB
CMYK
RGB Variations
Color information
#0A568B (or 0x0A568B) is known color: Dark Cerulean. HEX triplet: 0A, 56 and 8B. RGB value is (10,86,139). Sum of RGB (Red+Green+Blue) = 10+86+139=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A568B is #F5A974. Grayscale: #454545. Windows color (decimal): -16099701 or 9131530. OLE color: 9131530.
HSL color Cylindrical-coordinate representation of color #0A568B: hue angle of 204.65º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A568B is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 86 | 139 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.45 |
| HSL | 204.65º | 0.87% | 0.29% | - |
| HSV(B) | 204.65º | 0.93% | 0.55% | - |
| XYZ | 8.11 | 8.58 | 25.66 | - |
| YUV | 69.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 139 | 0.93 | 0.38 | 0 | 0.45 | 204.65 | 0.87 | 0.29 |
| Hex | A | 56 | 8B | 5D | 26 | 0 | 2D | CD | 57 | 1D |
| Octal | 12 | 126 | 213 | 135 | 46 | 0 | 55 | 315 | 127 | 35 |
| Binary | 1010 | 1010110 | 10001011 | 1011101 | 100110 | 0 | 101101 | 11001101 | 1010111 | 11101 |
Color Harmonies of #0A568B
Complementary color
Monochromatic Colors of #0A568B
Black with #0A568B
Text Example
Text Example
White with #0A568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A568B; }
p { color: rgb(10,86,139); }
H1.HeaderClassName
{
color: #0A568B;
}
.AnyTagClassName
{
color: #0A568B;
}
</style>
background-color css
<style>
a { background-color: #0A568B; }
a { background-color: rgb(10,86,139); }
div.DivClassName
{
background-color: #0A568B;
}
.BgClassName
{
background-color: #0A568B;
}
</style>
border-color css
<style>
span { border-color: #0A568B; }
span { border-color: rgb(10,86,139); }
td.TdClassName
{
border-color: #0A568B;
}
.TagClassName
{
border-color: #0A568B;
}
</style>