Shades of Navy Blue #0C5BFA
Tints of Navy Blue #0C5BFA
RGB
CMYK
RGB Variations
Color information
#0C5BFA (or 0x0C5BFA) is known color: Navy Blue. HEX triplet: 0C, 5B and FA. RGB value is (12,91,250). Sum of RGB (Red+Green+Blue) = 12+91+250=353 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.40% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C5BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5BFA is #F3A405. Grayscale: #545454. Windows color (decimal): -15967238 or 16407308. OLE color: 16407308.
HSL color Cylindrical-coordinate representation of color #0C5BFA: hue angle of 220.08º 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 #0C5BFA is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 91 | 250 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.02 |
| HSL | 220.08º | 0.96% | 0.51% | - |
| HSV(B) | 220.08º | 0.95% | 0.98% | - |
| XYZ | 21.15 | 14.46 | 92.12 | - |
| YUV | 85.51 | 220.83 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 250 | 0.95 | 0.64 | 0 | 0.02 | 220.08 | 0.96 | 0.51 |
| Hex | C | 5B | FA | 5F | 40 | 0 | 2 | DC | 60 | 33 |
| Octal | 14 | 133 | 372 | 137 | 100 | 0 | 2 | 334 | 140 | 63 |
| Binary | 1100 | 1011011 | 11111010 | 1011111 | 1000000 | 0 | 10 | 11011100 | 1100000 | 110011 |
Color Harmonies of #0C5BFA
Complementary color
Monochromatic Colors of #0C5BFA
Black with #0C5BFA
Text Example
Text Example
White with #0C5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5BFA; }
p { color: rgb(12,91,250); }
H1.HeaderClassName
{
color: #0C5BFA;
}
.AnyTagClassName
{
color: #0C5BFA;
}
</style>
background-color css
<style>
a { background-color: #0C5BFA; }
a { background-color: rgb(12,91,250); }
div.DivClassName
{
background-color: #0C5BFA;
}
.BgClassName
{
background-color: #0C5BFA;
}
</style>
border-color css
<style>
span { border-color: #0C5BFA; }
span { border-color: rgb(12,91,250); }
td.TdClassName
{
border-color: #0C5BFA;
}
.TagClassName
{
border-color: #0C5BFA;
}
</style>