Shades of Dark Cerulean #0A5E8C
Tints of Dark Cerulean #0A5E8C
RGB
CMYK
RGB Variations
Color information
#0A5E8C (or 0x0A5E8C) is known color: Dark Cerulean. HEX triplet: 0A, 5E and 8C. RGB value is (10,94,140). Sum of RGB (Red+Green+Blue) = 10+94+140=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A5E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5E8C is #F5A173. Grayscale: #494949. Windows color (decimal): -16097652 or 9199114. OLE color: 9199114.
HSL color Cylindrical-coordinate representation of color #0A5E8C: hue angle of 201.23º 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 #0A5E8C is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 94 | 140 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.45 |
| HSL | 201.23º | 0.87% | 0.29% | - |
| HSV(B) | 201.23º | 0.93% | 0.55% | - |
| XYZ | 8.86 | 9.96 | 26.27 | - |
| YUV | 74.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 94 | 140 | 0.93 | 0.33 | 0 | 0.45 | 201.23 | 0.87 | 0.29 |
| Hex | A | 5E | 8C | 5D | 21 | 0 | 2D | C9 | 57 | 1D |
| Octal | 12 | 136 | 214 | 135 | 41 | 0 | 55 | 311 | 127 | 35 |
| Binary | 1010 | 1011110 | 10001100 | 1011101 | 100001 | 0 | 101101 | 11001001 | 1010111 | 11101 |
Color Harmonies of #0A5E8C
Complementary color
Monochromatic Colors of #0A5E8C
Black with #0A5E8C
Text Example
Text Example
White with #0A5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5E8C; }
p { color: rgb(10,94,140); }
H1.HeaderClassName
{
color: #0A5E8C;
}
.AnyTagClassName
{
color: #0A5E8C;
}
</style>
background-color css
<style>
a { background-color: #0A5E8C; }
a { background-color: rgb(10,94,140); }
div.DivClassName
{
background-color: #0A5E8C;
}
.BgClassName
{
background-color: #0A5E8C;
}
</style>
border-color css
<style>
span { border-color: #0A5E8C; }
span { border-color: rgb(10,94,140); }
td.TdClassName
{
border-color: #0A5E8C;
}
.TagClassName
{
border-color: #0A5E8C;
}
</style>