Shades of Dark Cerulean #0A5A87
Tints of Dark Cerulean #0A5A87
RGB
CMYK
RGB Variations
Color information
#0A5A87 (or 0x0A5A87) is known color: Dark Cerulean. HEX triplet: 0A, 5A and 87. RGB value is (10,90,135). Sum of RGB (Red+Green+Blue) = 10+90+135=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #0A5A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5A87 is #F5A578. Grayscale: #464646. Windows color (decimal): -16098681 or 8870410. OLE color: 8870410.
HSL color Cylindrical-coordinate representation of color #0A5A87: hue angle of 201.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5A87 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 90 | 135 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.47 |
| HSL | 201.6º | 0.86% | 0.28% | - |
| HSV(B) | 201.6º | 0.93% | 0.53% | - |
| XYZ | 8.15 | 9.13 | 24.25 | - |
| YUV | 71.21 | 164 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 135 | 0.93 | 0.33 | 0 | 0.47 | 201.6 | 0.86 | 0.28 |
| Hex | A | 5A | 87 | 5D | 21 | 0 | 2F | CA | 56 | 1C |
| Octal | 12 | 132 | 207 | 135 | 41 | 0 | 57 | 312 | 126 | 34 |
| Binary | 1010 | 1011010 | 10000111 | 1011101 | 100001 | 0 | 101111 | 11001010 | 1010110 | 11100 |
Color Harmonies of #0A5A87
Complementary color
Monochromatic Colors of #0A5A87
Black with #0A5A87
Text Example
Text Example
White with #0A5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5A87; }
p { color: rgb(10,90,135); }
H1.HeaderClassName
{
color: #0A5A87;
}
.AnyTagClassName
{
color: #0A5A87;
}
</style>
background-color css
<style>
a { background-color: #0A5A87; }
a { background-color: rgb(10,90,135); }
div.DivClassName
{
background-color: #0A5A87;
}
.BgClassName
{
background-color: #0A5A87;
}
</style>
border-color css
<style>
span { border-color: #0A5A87; }
span { border-color: rgb(10,90,135); }
td.TdClassName
{
border-color: #0A5A87;
}
.TagClassName
{
border-color: #0A5A87;
}
</style>