Shades of Dark Cerulean #0A5488
Tints of Dark Cerulean #0A5488
RGB
CMYK
RGB Variations
Color information
#0A5488 (or 0x0A5488) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 88. RGB value is (10,84,136). Sum of RGB (Red+Green+Blue) = 10+84+136=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A5488 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5488 is #F5AB77. Grayscale: #434343. Windows color (decimal): -16100216 or 8934410. OLE color: 8934410.
HSL color Cylindrical-coordinate representation of color #0A5488: hue angle of 204.76º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5488 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 84 | 136 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.47 |
| HSL | 204.76º | 0.86% | 0.29% | - |
| HSV(B) | 204.76º | 0.93% | 0.53% | - |
| XYZ | 7.74 | 8.18 | 24.46 | - |
| YUV | 67.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 136 | 0.93 | 0.38 | 0 | 0.47 | 204.76 | 0.86 | 0.29 |
| Hex | A | 54 | 88 | 5D | 26 | 0 | 2F | CD | 56 | 1D |
| Octal | 12 | 124 | 210 | 135 | 46 | 0 | 57 | 315 | 126 | 35 |
| Binary | 1010 | 1010100 | 10001000 | 1011101 | 100110 | 0 | 101111 | 11001101 | 1010110 | 11101 |
Color Harmonies of #0A5488
Complementary color
Monochromatic Colors of #0A5488
Black with #0A5488
Text Example
Text Example
White with #0A5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5488; }
p { color: rgb(10,84,136); }
H1.HeaderClassName
{
color: #0A5488;
}
.AnyTagClassName
{
color: #0A5488;
}
</style>
background-color css
<style>
a { background-color: #0A5488; }
a { background-color: rgb(10,84,136); }
div.DivClassName
{
background-color: #0A5488;
}
.BgClassName
{
background-color: #0A5488;
}
</style>
border-color css
<style>
span { border-color: #0A5488; }
span { border-color: rgb(10,84,136); }
td.TdClassName
{
border-color: #0A5488;
}
.TagClassName
{
border-color: #0A5488;
}
</style>