Shades of Dark Cerulean #0A397E
Tints of Dark Cerulean #0A397E
RGB
CMYK
RGB Variations
Color information
#0A397E (or 0x0A397E) is known color: Dark Cerulean. HEX triplet: 0A, 39 and 7E. RGB value is (10,57,126). Sum of RGB (Red+Green+Blue) = 10+57+126=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A397E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A397E is #F5C681. Grayscale: #323232. Windows color (decimal): -16107138 or 8272138. OLE color: 8272138.
HSL color Cylindrical-coordinate representation of color #0A397E: hue angle of 215.69º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A397E is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 57 | 126 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.51 |
| HSL | 215.69º | 0.85% | 0.27% | - |
| HSV(B) | 215.69º | 0.92% | 0.49% | - |
| XYZ | 5.35 | 4.5 | 20.32 | - |
| YUV | 50.81 | 170.43 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 126 | 0.92 | 0.55 | 0 | 0.51 | 215.69 | 0.85 | 0.27 |
| Hex | A | 39 | 7E | 5C | 37 | 0 | 33 | D8 | 55 | 1B |
| Octal | 12 | 71 | 176 | 134 | 67 | 0 | 63 | 330 | 125 | 33 |
| Binary | 1010 | 111001 | 1111110 | 1011100 | 110111 | 0 | 110011 | 11011000 | 1010101 | 11011 |
Color Harmonies of #0A397E
Complementary color
Monochromatic Colors of #0A397E
Black with #0A397E
Text Example
Text Example
White with #0A397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A397E; }
p { color: rgb(10,57,126); }
H1.HeaderClassName
{
color: #0A397E;
}
.AnyTagClassName
{
color: #0A397E;
}
</style>
background-color css
<style>
a { background-color: #0A397E; }
a { background-color: rgb(10,57,126); }
div.DivClassName
{
background-color: #0A397E;
}
.BgClassName
{
background-color: #0A397E;
}
</style>
border-color css
<style>
span { border-color: #0A397E; }
span { border-color: rgb(10,57,126); }
td.TdClassName
{
border-color: #0A397E;
}
.TagClassName
{
border-color: #0A397E;
}
</style>