Shades of Navy Blue #0C52EB
Tints of Navy Blue #0C52EB
RGB
CMYK
RGB Variations
Color information
#0C52EB (or 0x0C52EB) is known color: Navy Blue. HEX triplet: 0C, 52 and EB. RGB value is (12,82,235). Sum of RGB (Red+Green+Blue) = 12+82+235=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C52EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C52EB is #F3AD14. Grayscale: #4D4D4D. Windows color (decimal): -15969557 or 15421964. OLE color: 15421964.
HSL color Cylindrical-coordinate representation of color #0C52EB: hue angle of 221.17º 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 #0C52EB is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 82 | 235 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.08 |
| HSL | 221.17º | 0.9% | 0.48% | - |
| HSV(B) | 221.17º | 0.95% | 0.92% | - |
| XYZ | 18.16 | 12.11 | 79.98 | - |
| YUV | 78.51 | 216.31 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 235 | 0.95 | 0.65 | 0 | 0.08 | 221.17 | 0.9 | 0.48 |
| Hex | C | 52 | EB | 5F | 41 | 0 | 8 | DD | 5A | 30 |
| Octal | 14 | 122 | 353 | 137 | 101 | 0 | 10 | 335 | 132 | 60 |
| Binary | 1100 | 1010010 | 11101011 | 1011111 | 1000001 | 0 | 1000 | 11011101 | 1011010 | 110000 |
Color Harmonies of #0C52EB
Complementary color
Monochromatic Colors of #0C52EB
Black with #0C52EB
Text Example
Text Example
White with #0C52EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C52EB; }
p { color: rgb(12,82,235); }
H1.HeaderClassName
{
color: #0C52EB;
}
.AnyTagClassName
{
color: #0C52EB;
}
</style>
background-color css
<style>
a { background-color: #0C52EB; }
a { background-color: rgb(12,82,235); }
div.DivClassName
{
background-color: #0C52EB;
}
.BgClassName
{
background-color: #0C52EB;
}
</style>
border-color css
<style>
span { border-color: #0C52EB; }
span { border-color: rgb(12,82,235); }
td.TdClassName
{
border-color: #0C52EB;
}
.TagClassName
{
border-color: #0C52EB;
}
</style>