Shades of Dark Cerulean #0A5490
Tints of Dark Cerulean #0A5490
RGB
CMYK
RGB Variations
Color information
#0A5490 (or 0x0A5490) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 90. RGB value is (10,84,144). Sum of RGB (Red+Green+Blue) = 10+84+144=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A5490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5490 is #F5AB6F. Grayscale: #444444. Windows color (decimal): -16100208 or 9458698. OLE color: 9458698.
HSL color Cylindrical-coordinate representation of color #0A5490: hue angle of 206.87º 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 #0A5490 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 10 | 84 | 144 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.44 |
| HSL | 206.87º | 0.87% | 0.3% | - |
| HSV(B) | 206.87º | 0.93% | 0.56% | - |
| XYZ | 8.33 | 8.42 | 27.57 | - |
| YUV | 68.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 144 | 0.93 | 0.42 | 0 | 0.44 | 206.87 | 0.87 | 0.3 |
| Hex | A | 54 | 90 | 5D | 2A | 0 | 2C | CF | 57 | 1E |
| Octal | 12 | 124 | 220 | 135 | 52 | 0 | 54 | 317 | 127 | 36 |
| Binary | 1010 | 1010100 | 10010000 | 1011101 | 101010 | 0 | 101100 | 11001111 | 1010111 | 11110 |
Color Harmonies of #0A5490
Complementary color
Monochromatic Colors of #0A5490
Black with #0A5490
Text Example
Text Example
White with #0A5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5490; }
p { color: rgb(10,84,144); }
H1.HeaderClassName
{
color: #0A5490;
}
.AnyTagClassName
{
color: #0A5490;
}
</style>
background-color css
<style>
a { background-color: #0A5490; }
a { background-color: rgb(10,84,144); }
div.DivClassName
{
background-color: #0A5490;
}
.BgClassName
{
background-color: #0A5490;
}
</style>
border-color css
<style>
span { border-color: #0A5490; }
span { border-color: rgb(10,84,144); }
td.TdClassName
{
border-color: #0A5490;
}
.TagClassName
{
border-color: #0A5490;
}
</style>