Shades of Dark Cerulean #0A5B90
Tints of Dark Cerulean #0A5B90
RGB
CMYK
RGB Variations
Color information
#0A5B90 (or 0x0A5B90) is known color: Dark Cerulean. HEX triplet: 0A, 5B and 90. RGB value is (10,91,144). Sum of RGB (Red+Green+Blue) = 10+91+144=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A5B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5B90 is #F5A46F. Grayscale: #484848. Windows color (decimal): -16098416 or 9460490. OLE color: 9460490.
HSL color Cylindrical-coordinate representation of color #0A5B90: hue angle of 203.73º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A5B90 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 91 | 144 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.44 |
| HSL | 203.73º | 0.87% | 0.3% | - |
| HSV(B) | 203.73º | 0.93% | 0.56% | - |
| XYZ | 8.9 | 9.56 | 27.76 | - |
| YUV | 72.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 144 | 0.93 | 0.37 | 0 | 0.44 | 203.73 | 0.87 | 0.3 |
| Hex | A | 5B | 90 | 5D | 25 | 0 | 2C | CC | 57 | 1E |
| Octal | 12 | 133 | 220 | 135 | 45 | 0 | 54 | 314 | 127 | 36 |
| Binary | 1010 | 1011011 | 10010000 | 1011101 | 100101 | 0 | 101100 | 11001100 | 1010111 | 11110 |
Color Harmonies of #0A5B90
Complementary color
Monochromatic Colors of #0A5B90
Black with #0A5B90
Text Example
Text Example
White with #0A5B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5B90; }
p { color: rgb(10,91,144); }
H1.HeaderClassName
{
color: #0A5B90;
}
.AnyTagClassName
{
color: #0A5B90;
}
</style>
background-color css
<style>
a { background-color: #0A5B90; }
a { background-color: rgb(10,91,144); }
div.DivClassName
{
background-color: #0A5B90;
}
.BgClassName
{
background-color: #0A5B90;
}
</style>
border-color css
<style>
span { border-color: #0A5B90; }
span { border-color: rgb(10,91,144); }
td.TdClassName
{
border-color: #0A5B90;
}
.TagClassName
{
border-color: #0A5B90;
}
</style>