Shades of Dark Cerulean #0A367F
Tints of Dark Cerulean #0A367F
RGB
CMYK
RGB Variations
Color information
#0A367F (or 0x0A367F) is known color: Dark Cerulean. HEX triplet: 0A, 36 and 7F. RGB value is (10,54,127). Sum of RGB (Red+Green+Blue) = 10+54+127=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #0A367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A367F is #F5C980. Grayscale: #303030. Windows color (decimal): -16107905 or 8336906. OLE color: 8336906.
HSL color Cylindrical-coordinate representation of color #0A367F: hue angle of 217.44º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A367F is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 54 | 127 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.50 |
| HSL | 217.44º | 0.85% | 0.27% | - |
| HSV(B) | 217.44º | 0.92% | 0.5% | - |
| XYZ | 5.28 | 4.24 | 20.62 | - |
| YUV | 49.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 54 | 127 | 0.92 | 0.57 | 0 | 0.50 | 217.44 | 0.85 | 0.27 |
| Hex | A | 36 | 7F | 5C | 39 | 0 | 32 | D9 | 55 | 1B |
| Octal | 12 | 66 | 177 | 134 | 71 | 0 | 62 | 331 | 125 | 33 |
| Binary | 1010 | 110110 | 1111111 | 1011100 | 111001 | 0 | 110010 | 11011001 | 1010101 | 11011 |
Color Harmonies of #0A367F
Complementary color
Monochromatic Colors of #0A367F
Black with #0A367F
Text Example
Text Example
White with #0A367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A367F; }
p { color: rgb(10,54,127); }
H1.HeaderClassName
{
color: #0A367F;
}
.AnyTagClassName
{
color: #0A367F;
}
</style>
background-color css
<style>
a { background-color: #0A367F; }
a { background-color: rgb(10,54,127); }
div.DivClassName
{
background-color: #0A367F;
}
.BgClassName
{
background-color: #0A367F;
}
</style>
border-color css
<style>
span { border-color: #0A367F; }
span { border-color: rgb(10,54,127); }
td.TdClassName
{
border-color: #0A367F;
}
.TagClassName
{
border-color: #0A367F;
}
</style>