Shades of Dark Cerulean #0A3E7C
Tints of Dark Cerulean #0A3E7C
RGB
CMYK
RGB Variations
Color information
#0A3E7C (or 0x0A3E7C) is known color: Dark Cerulean. HEX triplet: 0A, 3E and 7C. RGB value is (10,62,124). Sum of RGB (Red+Green+Blue) = 10+62+124=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A3E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A3E7C is #F5C183. Grayscale: #353535. Windows color (decimal): -16105860 or 8142346. OLE color: 8142346.
HSL color Cylindrical-coordinate representation of color #0A3E7C: hue angle of 212.63º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A3E7C is Cyan = 0.92, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 62 | 124 | - |
| CMYK | 0.92 | 0.5 | 0 | 0.51 |
| HSL | 212.63º | 0.85% | 0.26% | - |
| HSV(B) | 212.63º | 0.92% | 0.49% | - |
| XYZ | 5.49 | 4.97 | 19.74 | - |
| YUV | 53.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 124 | 0.92 | 0.5 | 0 | 0.51 | 212.63 | 0.85 | 0.26 |
| Hex | A | 3E | 7C | 5C | 32 | 0 | 33 | D5 | 55 | 1A |
| Octal | 12 | 76 | 174 | 134 | 62 | 0 | 63 | 325 | 125 | 32 |
| Binary | 1010 | 111110 | 1111100 | 1011100 | 110010 | 0 | 110011 | 11010101 | 1010101 | 11010 |
Color Harmonies of #0A3E7C
Complementary color
Monochromatic Colors of #0A3E7C
Black with #0A3E7C
Text Example
Text Example
White with #0A3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E7C; }
p { color: rgb(10,62,124); }
H1.HeaderClassName
{
color: #0A3E7C;
}
.AnyTagClassName
{
color: #0A3E7C;
}
</style>
background-color css
<style>
a { background-color: #0A3E7C; }
a { background-color: rgb(10,62,124); }
div.DivClassName
{
background-color: #0A3E7C;
}
.BgClassName
{
background-color: #0A3E7C;
}
</style>
border-color css
<style>
span { border-color: #0A3E7C; }
span { border-color: rgb(10,62,124); }
td.TdClassName
{
border-color: #0A3E7C;
}
.TagClassName
{
border-color: #0A3E7C;
}
</style>