Shades of Dark Cerulean #0A3F8B
Tints of Dark Cerulean #0A3F8B
RGB
CMYK
RGB Variations
Color information
#0A3F8B (or 0x0A3F8B) is known color: Dark Cerulean. HEX triplet: 0A, 3F and 8B. RGB value is (10,63,139). Sum of RGB (Red+Green+Blue) = 10+63+139=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A3F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A3F8B is #F5C074. Grayscale: #373737. Windows color (decimal): -16105589 or 9125642. OLE color: 9125642.
HSL color Cylindrical-coordinate representation of color #0A3F8B: hue angle of 215.35º 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 #0A3F8B is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 10 | 63 | 139 | - |
| CMYK | 0.93 | 0.55 | 0 | 0.45 |
| HSL | 215.35º | 0.87% | 0.29% | - |
| HSV(B) | 215.35º | 0.93% | 0.55% | - |
| XYZ | 6.56 | 5.48 | 25.14 | - |
| YUV | 55.82 | 174.94 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 63 | 139 | 0.93 | 0.55 | 0 | 0.45 | 215.35 | 0.87 | 0.29 |
| Hex | A | 3F | 8B | 5D | 37 | 0 | 2D | D7 | 57 | 1D |
| Octal | 12 | 77 | 213 | 135 | 67 | 0 | 55 | 327 | 127 | 35 |
| Binary | 1010 | 111111 | 10001011 | 1011101 | 110111 | 0 | 101101 | 11010111 | 1010111 | 11101 |
Color Harmonies of #0A3F8B
Complementary color
Monochromatic Colors of #0A3F8B
Black with #0A3F8B
Text Example
Text Example
White with #0A3F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3F8B; }
p { color: rgb(10,63,139); }
H1.HeaderClassName
{
color: #0A3F8B;
}
.AnyTagClassName
{
color: #0A3F8B;
}
</style>
background-color css
<style>
a { background-color: #0A3F8B; }
a { background-color: rgb(10,63,139); }
div.DivClassName
{
background-color: #0A3F8B;
}
.BgClassName
{
background-color: #0A3F8B;
}
</style>
border-color css
<style>
span { border-color: #0A3F8B; }
span { border-color: rgb(10,63,139); }
td.TdClassName
{
border-color: #0A3F8B;
}
.TagClassName
{
border-color: #0A3F8B;
}
</style>