Shades of Dark Cerulean #0A567D
Tints of Dark Cerulean #0A567D
RGB
CMYK
RGB Variations
Color information
#0A567D (or 0x0A567D) is known color: Dark Cerulean. HEX triplet: 0A, 56 and 7D. RGB value is (10,86,125). Sum of RGB (Red+Green+Blue) = 10+86+125=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A567D is #F5A982. Grayscale: #434343. Windows color (decimal): -16099715 or 8214026. OLE color: 8214026.
HSL color Cylindrical-coordinate representation of color #0A567D: hue angle of 200.35º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A567D is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 86 | 125 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.51 |
| HSL | 200.35º | 0.85% | 0.26% | - |
| HSV(B) | 200.35º | 0.92% | 0.49% | - |
| XYZ | 7.15 | 8.2 | 20.61 | - |
| YUV | 67.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 86 | 125 | 0.92 | 0.31 | 0 | 0.51 | 200.35 | 0.85 | 0.26 |
| Hex | A | 56 | 7D | 5C | 1F | 0 | 33 | C8 | 55 | 1A |
| Octal | 12 | 126 | 175 | 134 | 37 | 0 | 63 | 310 | 125 | 32 |
| Binary | 1010 | 1010110 | 1111101 | 1011100 | 11111 | 0 | 110011 | 11001000 | 1010101 | 11010 |
Color Harmonies of #0A567D
Complementary color
Monochromatic Colors of #0A567D
Black with #0A567D
Text Example
Text Example
White with #0A567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A567D; }
p { color: rgb(10,86,125); }
H1.HeaderClassName
{
color: #0A567D;
}
.AnyTagClassName
{
color: #0A567D;
}
</style>
background-color css
<style>
a { background-color: #0A567D; }
a { background-color: rgb(10,86,125); }
div.DivClassName
{
background-color: #0A567D;
}
.BgClassName
{
background-color: #0A567D;
}
</style>
border-color css
<style>
span { border-color: #0A567D; }
span { border-color: rgb(10,86,125); }
td.TdClassName
{
border-color: #0A567D;
}
.TagClassName
{
border-color: #0A567D;
}
</style>