Shades of Dark Cerulean #0A377C
Tints of Dark Cerulean #0A377C
RGB
CMYK
RGB Variations
Color information
#0A377C (or 0x0A377C) is known color: Dark Cerulean. HEX triplet: 0A, 37 and 7C. RGB value is (10,55,124). Sum of RGB (Red+Green+Blue) = 10+55+124=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A377C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A377C is #F5C883. Grayscale: #313131. Windows color (decimal): -16107652 or 8140554. OLE color: 8140554.
HSL color Cylindrical-coordinate representation of color #0A377C: hue angle of 216.32º 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 #0A377C is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 55 | 124 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.51 |
| HSL | 216.32º | 0.85% | 0.26% | - |
| HSV(B) | 216.32º | 0.92% | 0.49% | - |
| XYZ | 5.13 | 4.25 | 19.62 | - |
| YUV | 49.41 | 170.09 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 124 | 0.92 | 0.56 | 0 | 0.51 | 216.32 | 0.85 | 0.26 |
| Hex | A | 37 | 7C | 5C | 38 | 0 | 33 | D8 | 55 | 1A |
| Octal | 12 | 67 | 174 | 134 | 70 | 0 | 63 | 330 | 125 | 32 |
| Binary | 1010 | 110111 | 1111100 | 1011100 | 111000 | 0 | 110011 | 11011000 | 1010101 | 11010 |
Color Harmonies of #0A377C
Complementary color
Monochromatic Colors of #0A377C
Black with #0A377C
Text Example
Text Example
White with #0A377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A377C; }
p { color: rgb(10,55,124); }
H1.HeaderClassName
{
color: #0A377C;
}
.AnyTagClassName
{
color: #0A377C;
}
</style>
background-color css
<style>
a { background-color: #0A377C; }
a { background-color: rgb(10,55,124); }
div.DivClassName
{
background-color: #0A377C;
}
.BgClassName
{
background-color: #0A377C;
}
</style>
border-color css
<style>
span { border-color: #0A377C; }
span { border-color: rgb(10,55,124); }
td.TdClassName
{
border-color: #0A377C;
}
.TagClassName
{
border-color: #0A377C;
}
</style>