Shades of Navy Blue #0C58FA
Tints of Navy Blue #0C58FA
RGB
CMYK
RGB Variations
Color information
#0C58FA (or 0x0C58FA) is known color: Navy Blue. HEX triplet: 0C, 58 and FA. RGB value is (12,88,250). Sum of RGB (Red+Green+Blue) = 12+88+250=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C58FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C58FA is #F3A705. Grayscale: #535353. Windows color (decimal): -15968006 or 16406540. OLE color: 16406540.
HSL color Cylindrical-coordinate representation of color #0C58FA: hue angle of 220.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C58FA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 88 | 250 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.02 |
| HSL | 220.84º | 0.96% | 0.51% | - |
| HSV(B) | 220.84º | 0.95% | 0.98% | - |
| XYZ | 20.9 | 13.96 | 92.04 | - |
| YUV | 83.74 | 221.82 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 250 | 0.95 | 0.65 | 0 | 0.02 | 220.84 | 0.96 | 0.51 |
| Hex | C | 58 | FA | 5F | 41 | 0 | 2 | DD | 60 | 33 |
| Octal | 14 | 130 | 372 | 137 | 101 | 0 | 2 | 335 | 140 | 63 |
| Binary | 1100 | 1011000 | 11111010 | 1011111 | 1000001 | 0 | 10 | 11011101 | 1100000 | 110011 |
Color Harmonies of #0C58FA
Complementary color
Monochromatic Colors of #0C58FA
Black with #0C58FA
Text Example
Text Example
White with #0C58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C58FA; }
p { color: rgb(12,88,250); }
H1.HeaderClassName
{
color: #0C58FA;
}
.AnyTagClassName
{
color: #0C58FA;
}
</style>
background-color css
<style>
a { background-color: #0C58FA; }
a { background-color: rgb(12,88,250); }
div.DivClassName
{
background-color: #0C58FA;
}
.BgClassName
{
background-color: #0C58FA;
}
</style>
border-color css
<style>
span { border-color: #0C58FA; }
span { border-color: rgb(12,88,250); }
td.TdClassName
{
border-color: #0C58FA;
}
.TagClassName
{
border-color: #0C58FA;
}
</style>