Shades of Dark Cerulean #0A5880
Tints of Dark Cerulean #0A5880
RGB
CMYK
RGB Variations
Color information
#0A5880 (or 0x0A5880) is known color: Dark Cerulean. HEX triplet: 0A, 58 and 80. RGB value is (10,88,128). Sum of RGB (Red+Green+Blue) = 10+88+128=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A5880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5880 is #F5A77F. Grayscale: #454545. Windows color (decimal): -16099200 or 8411146. OLE color: 8411146.
HSL color Cylindrical-coordinate representation of color #0A5880: hue angle of 200.34º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A5880 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 88 | 128 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.50 |
| HSL | 200.34º | 0.86% | 0.27% | - |
| HSV(B) | 200.34º | 0.92% | 0.5% | - |
| XYZ | 7.51 | 8.6 | 21.69 | - |
| YUV | 69.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 88 | 128 | 0.92 | 0.31 | 0 | 0.50 | 200.34 | 0.86 | 0.27 |
| Hex | A | 58 | 80 | 5C | 1F | 0 | 32 | C8 | 56 | 1B |
| Octal | 12 | 130 | 200 | 134 | 37 | 0 | 62 | 310 | 126 | 33 |
| Binary | 1010 | 1011000 | 10000000 | 1011100 | 11111 | 0 | 110010 | 11001000 | 1010110 | 11011 |
Color Harmonies of #0A5880
Complementary color
Monochromatic Colors of #0A5880
Black with #0A5880
Text Example
Text Example
White with #0A5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5880; }
p { color: rgb(10,88,128); }
H1.HeaderClassName
{
color: #0A5880;
}
.AnyTagClassName
{
color: #0A5880;
}
</style>
background-color css
<style>
a { background-color: #0A5880; }
a { background-color: rgb(10,88,128); }
div.DivClassName
{
background-color: #0A5880;
}
.BgClassName
{
background-color: #0A5880;
}
</style>
border-color css
<style>
span { border-color: #0A5880; }
span { border-color: rgb(10,88,128); }
td.TdClassName
{
border-color: #0A5880;
}
.TagClassName
{
border-color: #0A5880;
}
</style>