Shades of Dark Cerulean #0A488B
Tints of Dark Cerulean #0A488B
RGB
CMYK
RGB Variations
Color information
#0A488B (or 0x0A488B) is known color: Dark Cerulean. HEX triplet: 0A, 48 and 8B. RGB value is (10,72,139). Sum of RGB (Red+Green+Blue) = 10+72+139=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A488B is #F5B774. Grayscale: #3C3C3C. Windows color (decimal): -16103285 or 9127946. OLE color: 9127946.
HSL color Cylindrical-coordinate representation of color #0A488B: hue angle of 211.16º 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 #0A488B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 72 | 139 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.45 |
| HSL | 211.16º | 0.87% | 0.29% | - |
| HSV(B) | 211.16º | 0.93% | 0.55% | - |
| XYZ | 7.1 | 6.56 | 25.32 | - |
| YUV | 61.1 | 171.96 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 72 | 139 | 0.93 | 0.48 | 0 | 0.45 | 211.16 | 0.87 | 0.29 |
| Hex | A | 48 | 8B | 5D | 30 | 0 | 2D | D3 | 57 | 1D |
| Octal | 12 | 110 | 213 | 135 | 60 | 0 | 55 | 323 | 127 | 35 |
| Binary | 1010 | 1001000 | 10001011 | 1011101 | 110000 | 0 | 101101 | 11010011 | 1010111 | 11101 |
Color Harmonies of #0A488B
Complementary color
Monochromatic Colors of #0A488B
Black with #0A488B
Text Example
Text Example
White with #0A488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A488B; }
p { color: rgb(10,72,139); }
H1.HeaderClassName
{
color: #0A488B;
}
.AnyTagClassName
{
color: #0A488B;
}
</style>
background-color css
<style>
a { background-color: #0A488B; }
a { background-color: rgb(10,72,139); }
div.DivClassName
{
background-color: #0A488B;
}
.BgClassName
{
background-color: #0A488B;
}
</style>
border-color css
<style>
span { border-color: #0A488B; }
span { border-color: rgb(10,72,139); }
td.TdClassName
{
border-color: #0A488B;
}
.TagClassName
{
border-color: #0A488B;
}
</style>