Shades of Dark Cerulean #0A5493
Tints of Dark Cerulean #0A5493
RGB
CMYK
RGB Variations
Color information
#0A5493 (or 0x0A5493) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 93. RGB value is (10,84,147). Sum of RGB (Red+Green+Blue) = 10+84+147=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #0A5493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5493 is #F5AB6C. Grayscale: #444444. Windows color (decimal): -16100205 or 9655306. OLE color: 9655306.
HSL color Cylindrical-coordinate representation of color #0A5493: hue angle of 207.59º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5493 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 84 | 147 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.42 |
| HSL | 207.59º | 0.87% | 0.31% | - |
| HSV(B) | 207.59º | 0.93% | 0.58% | - |
| XYZ | 8.56 | 8.51 | 28.8 | - |
| YUV | 69.06 | 171.98 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 147 | 0.93 | 0.43 | 0 | 0.42 | 207.59 | 0.87 | 0.31 |
| Hex | A | 54 | 93 | 5D | 2B | 0 | 2A | D0 | 57 | 1F |
| Octal | 12 | 124 | 223 | 135 | 53 | 0 | 52 | 320 | 127 | 37 |
| Binary | 1010 | 1010100 | 10010011 | 1011101 | 101011 | 0 | 101010 | 11010000 | 1010111 | 11111 |
Color Harmonies of #0A5493
Complementary color
Monochromatic Colors of #0A5493
Black with #0A5493
Text Example
Text Example
White with #0A5493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5493; }
p { color: rgb(10,84,147); }
H1.HeaderClassName
{
color: #0A5493;
}
.AnyTagClassName
{
color: #0A5493;
}
</style>
background-color css
<style>
a { background-color: #0A5493; }
a { background-color: rgb(10,84,147); }
div.DivClassName
{
background-color: #0A5493;
}
.BgClassName
{
background-color: #0A5493;
}
</style>
border-color css
<style>
span { border-color: #0A5493; }
span { border-color: rgb(10,84,147); }
td.TdClassName
{
border-color: #0A5493;
}
.TagClassName
{
border-color: #0A5493;
}
</style>