Shades of Dark Cerulean #0A548B
Tints of Dark Cerulean #0A548B
RGB
CMYK
RGB Variations
Color information
#0A548B (or 0x0A548B) is known color: Dark Cerulean. HEX triplet: 0A, 54 and 8B. RGB value is (10,84,139). Sum of RGB (Red+Green+Blue) = 10+84+139=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A548B is #F5AB74. Grayscale: #434343. Windows color (decimal): -16100213 or 9131018. OLE color: 9131018.
HSL color Cylindrical-coordinate representation of color #0A548B: hue angle of 205.58º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A548B is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 84 | 139 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.45 |
| HSL | 205.58º | 0.87% | 0.29% | - |
| HSV(B) | 205.58º | 0.93% | 0.55% | - |
| XYZ | 7.96 | 8.27 | 25.6 | - |
| YUV | 68.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 139 | 0.93 | 0.40 | 0 | 0.45 | 205.58 | 0.87 | 0.29 |
| Hex | A | 54 | 8B | 5D | 28 | 0 | 2D | CE | 57 | 1D |
| Octal | 12 | 124 | 213 | 135 | 50 | 0 | 55 | 316 | 127 | 35 |
| Binary | 1010 | 1010100 | 10001011 | 1011101 | 101000 | 0 | 101101 | 11001110 | 1010111 | 11101 |
Color Harmonies of #0A548B
Complementary color
Monochromatic Colors of #0A548B
Black with #0A548B
Text Example
Text Example
White with #0A548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A548B; }
p { color: rgb(10,84,139); }
H1.HeaderClassName
{
color: #0A548B;
}
.AnyTagClassName
{
color: #0A548B;
}
</style>
background-color css
<style>
a { background-color: #0A548B; }
a { background-color: rgb(10,84,139); }
div.DivClassName
{
background-color: #0A548B;
}
.BgClassName
{
background-color: #0A548B;
}
</style>
border-color css
<style>
span { border-color: #0A548B; }
span { border-color: rgb(10,84,139); }
td.TdClassName
{
border-color: #0A548B;
}
.TagClassName
{
border-color: #0A548B;
}
</style>