Shades of Dark Cerulean #0A548D
Tints of Dark Cerulean #0A548D
RGB
CMYK
RGB Variations
Color information
#0A548D (or 0x0A548D) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 8D. RGB value is (10,84,141). Sum of RGB (Red+Green+Blue) = 10+84+141=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A548D is #F5AB72. Grayscale: #444444. Windows color (decimal): -16100211 or 9262090. OLE color: 9262090.
HSL color Cylindrical-coordinate representation of color #0A548D: hue angle of 206.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A548D is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 84 | 141 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.45 |
| HSL | 206.11º | 0.87% | 0.3% | - |
| HSV(B) | 206.11º | 0.93% | 0.55% | - |
| XYZ | 8.1 | 8.33 | 26.38 | - |
| YUV | 68.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 141 | 0.93 | 0.40 | 0 | 0.45 | 206.11 | 0.87 | 0.3 |
| Hex | A | 54 | 8D | 5D | 28 | 0 | 2D | CE | 57 | 1E |
| Octal | 12 | 124 | 215 | 135 | 50 | 0 | 55 | 316 | 127 | 36 |
| Binary | 1010 | 1010100 | 10001101 | 1011101 | 101000 | 0 | 101101 | 11001110 | 1010111 | 11110 |
Color Harmonies of #0A548D
Complementary color
Monochromatic Colors of #0A548D
Black with #0A548D
Text Example
Text Example
White with #0A548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A548D; }
p { color: rgb(10,84,141); }
H1.HeaderClassName
{
color: #0A548D;
}
.AnyTagClassName
{
color: #0A548D;
}
</style>
background-color css
<style>
a { background-color: #0A548D; }
a { background-color: rgb(10,84,141); }
div.DivClassName
{
background-color: #0A548D;
}
.BgClassName
{
background-color: #0A548D;
}
</style>
border-color css
<style>
span { border-color: #0A548D; }
span { border-color: rgb(10,84,141); }
td.TdClassName
{
border-color: #0A548D;
}
.TagClassName
{
border-color: #0A548D;
}
</style>