Shades of Dark Cerulean #0A3E8B
Tints of Dark Cerulean #0A3E8B
RGB
CMYK
RGB Variations
Color information
#0A3E8B (or 0x0A3E8B) is known color: Dark Cerulean. HEX triplet: 0A, 3E and 8B. RGB value is (10,62,139). Sum of RGB (Red+Green+Blue) = 10+62+139=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A3E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3E8B is #F5C174. Grayscale: #363636. Windows color (decimal): -16105845 or 9125386. OLE color: 9125386.
HSL color Cylindrical-coordinate representation of color #0A3E8B: hue angle of 215.81º 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 #0A3E8B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 62 | 139 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.45 |
| HSL | 215.81º | 0.87% | 0.29% | - |
| HSV(B) | 215.81º | 0.93% | 0.55% | - |
| XYZ | 6.51 | 5.37 | 25.12 | - |
| YUV | 55.23 | 175.27 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 139 | 0.93 | 0.55 | 0 | 0.45 | 215.81 | 0.87 | 0.29 |
| Hex | A | 3E | 8B | 5D | 37 | 0 | 2D | D8 | 57 | 1D |
| Octal | 12 | 76 | 213 | 135 | 67 | 0 | 55 | 330 | 127 | 35 |
| Binary | 1010 | 111110 | 10001011 | 1011101 | 110111 | 0 | 101101 | 11011000 | 1010111 | 11101 |
Color Harmonies of #0A3E8B
Complementary color
Monochromatic Colors of #0A3E8B
Black with #0A3E8B
Text Example
Text Example
White with #0A3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E8B; }
p { color: rgb(10,62,139); }
H1.HeaderClassName
{
color: #0A3E8B;
}
.AnyTagClassName
{
color: #0A3E8B;
}
</style>
background-color css
<style>
a { background-color: #0A3E8B; }
a { background-color: rgb(10,62,139); }
div.DivClassName
{
background-color: #0A3E8B;
}
.BgClassName
{
background-color: #0A3E8B;
}
</style>
border-color css
<style>
span { border-color: #0A3E8B; }
span { border-color: rgb(10,62,139); }
td.TdClassName
{
border-color: #0A3E8B;
}
.TagClassName
{
border-color: #0A3E8B;
}
</style>