Shades of Dark Cerulean #0A327D
Tints of Dark Cerulean #0A327D
RGB
CMYK
RGB Variations
Color information
#0A327D (or 0x0A327D) is known color: Dark Cerulean. HEX triplet: 0A, 32 and 7D. RGB value is (10,50,125). Sum of RGB (Red+Green+Blue) = 10+50+125=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #0A327D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A327D is #F5CD82. Grayscale: #2E2E2E. Windows color (decimal): -16108931 or 8204810. OLE color: 8204810.
HSL color Cylindrical-coordinate representation of color #0A327D: hue angle of 219.13º 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 #0A327D is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 50 | 125 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.51 |
| HSL | 219.13º | 0.85% | 0.26% | - |
| HSV(B) | 219.13º | 0.92% | 0.49% | - |
| XYZ | 4.97 | 3.83 | 19.88 | - |
| YUV | 46.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 125 | 0.92 | 0.60 | 0 | 0.51 | 219.13 | 0.85 | 0.26 |
| Hex | A | 32 | 7D | 5C | 3C | 0 | 33 | DB | 55 | 1A |
| Octal | 12 | 62 | 175 | 134 | 74 | 0 | 63 | 333 | 125 | 32 |
| Binary | 1010 | 110010 | 1111101 | 1011100 | 111100 | 0 | 110011 | 11011011 | 1010101 | 11010 |
Color Harmonies of #0A327D
Complementary color
Monochromatic Colors of #0A327D
Black with #0A327D
Text Example
Text Example
White with #0A327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A327D; }
p { color: rgb(10,50,125); }
H1.HeaderClassName
{
color: #0A327D;
}
.AnyTagClassName
{
color: #0A327D;
}
</style>
background-color css
<style>
a { background-color: #0A327D; }
a { background-color: rgb(10,50,125); }
div.DivClassName
{
background-color: #0A327D;
}
.BgClassName
{
background-color: #0A327D;
}
</style>
border-color css
<style>
span { border-color: #0A327D; }
span { border-color: rgb(10,50,125); }
td.TdClassName
{
border-color: #0A327D;
}
.TagClassName
{
border-color: #0A327D;
}
</style>