Shades of Dark Cerulean #0A377B
Tints of Dark Cerulean #0A377B
RGB
CMYK
RGB Variations
Color information
#0A377B (or 0x0A377B) is known color: Dark Cerulean. HEX triplet: 0A, 37 and 7B. RGB value is (10,55,123). Sum of RGB (Red+Green+Blue) = 10+55+123=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A377B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A377B is #F5C884. Grayscale: #303030. Windows color (decimal): -16107653 or 8075018. OLE color: 8075018.
HSL color Cylindrical-coordinate representation of color #0A377B: hue angle of 216.11º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A377B is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 10 | 55 | 123 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.52 |
| HSL | 216.11º | 0.85% | 0.26% | - |
| HSV(B) | 216.11º | 0.92% | 0.48% | - |
| XYZ | 5.07 | 4.23 | 19.29 | - |
| YUV | 49.3 | 169.59 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 123 | 0.92 | 0.55 | 0 | 0.52 | 216.11 | 0.85 | 0.26 |
| Hex | A | 37 | 7B | 5C | 37 | 0 | 34 | D8 | 55 | 1A |
| Octal | 12 | 67 | 173 | 134 | 67 | 0 | 64 | 330 | 125 | 32 |
| Binary | 1010 | 110111 | 1111011 | 1011100 | 110111 | 0 | 110100 | 11011000 | 1010101 | 11010 |
Color Harmonies of #0A377B
Complementary color
Monochromatic Colors of #0A377B
Black with #0A377B
Text Example
Text Example
White with #0A377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A377B; }
p { color: rgb(10,55,123); }
H1.HeaderClassName
{
color: #0A377B;
}
.AnyTagClassName
{
color: #0A377B;
}
</style>
background-color css
<style>
a { background-color: #0A377B; }
a { background-color: rgb(10,55,123); }
div.DivClassName
{
background-color: #0A377B;
}
.BgClassName
{
background-color: #0A377B;
}
</style>
border-color css
<style>
span { border-color: #0A377B; }
span { border-color: rgb(10,55,123); }
td.TdClassName
{
border-color: #0A377B;
}
.TagClassName
{
border-color: #0A377B;
}
</style>