Shades of Navy Blue #0C52EA
Tints of Navy Blue #0C52EA
RGB
CMYK
RGB Variations
Color information
#0C52EA (or 0x0C52EA) is known color: Navy Blue. HEX triplet: 0C, 52 and EA. RGB value is (12,82,234). Sum of RGB (Red+Green+Blue) = 12+82+234=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C52EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C52EA is #F3AD15. Grayscale: #4D4D4D. Windows color (decimal): -15969558 or 15356428. OLE color: 15356428.
HSL color Cylindrical-coordinate representation of color #0C52EA: hue angle of 221.08º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C52EA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 82 | 234 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.08 |
| HSL | 221.08º | 0.9% | 0.48% | - |
| HSV(B) | 221.08º | 0.95% | 0.92% | - |
| XYZ | 18.02 | 12.05 | 79.22 | - |
| YUV | 78.4 | 215.81 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 234 | 0.95 | 0.65 | 0 | 0.08 | 221.08 | 0.9 | 0.48 |
| Hex | C | 52 | EA | 5F | 41 | 0 | 8 | DD | 5A | 30 |
| Octal | 14 | 122 | 352 | 137 | 101 | 0 | 10 | 335 | 132 | 60 |
| Binary | 1100 | 1010010 | 11101010 | 1011111 | 1000001 | 0 | 1000 | 11011101 | 1011010 | 110000 |
Color Harmonies of #0C52EA
Complementary color
Monochromatic Colors of #0C52EA
Black with #0C52EA
Text Example
Text Example
White with #0C52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C52EA; }
p { color: rgb(12,82,234); }
H1.HeaderClassName
{
color: #0C52EA;
}
.AnyTagClassName
{
color: #0C52EA;
}
</style>
background-color css
<style>
a { background-color: #0C52EA; }
a { background-color: rgb(12,82,234); }
div.DivClassName
{
background-color: #0C52EA;
}
.BgClassName
{
background-color: #0C52EA;
}
</style>
border-color css
<style>
span { border-color: #0C52EA; }
span { border-color: rgb(12,82,234); }
td.TdClassName
{
border-color: #0C52EA;
}
.TagClassName
{
border-color: #0C52EA;
}
</style>