Shades of Navy Blue #0C5BFE
Tints of Navy Blue #0C5BFE
RGB
CMYK
RGB Variations
Color information
#0C5BFE (or 0x0C5BFE) is known color: Navy Blue. HEX triplet: 0C, 5B and FE. RGB value is (12,91,254). Sum of RGB (Red+Green+Blue) = 12+91+254=357 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.36% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C5BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5BFE is #F3A401. Grayscale: #555555. Windows color (decimal): -15967234 or 16669452. OLE color: 16669452.
HSL color Cylindrical-coordinate representation of color #0C5BFE: hue angle of 220.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5BFE is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 91 | 254 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.00 |
| HSL | 220.41º | 0.99% | 0.52% | - |
| HSV(B) | 220.41º | 0.95% | 1% | - |
| XYZ | 21.78 | 14.72 | 95.46 | - |
| YUV | 85.96 | 222.83 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 254 | 0.95 | 0.64 | 0 | 0.00 | 220.41 | 0.99 | 0.52 |
| Hex | C | 5B | FE | 5F | 40 | 0 | 0 | DC | 63 | 34 |
| Octal | 14 | 133 | 376 | 137 | 100 | 0 | 0 | 334 | 143 | 64 |
| Binary | 1100 | 1011011 | 11111110 | 1011111 | 1000000 | 0 | 0 | 11011100 | 1100011 | 110100 |
Color Harmonies of #0C5BFE
Complementary color
Monochromatic Colors of #0C5BFE
Black with #0C5BFE
Text Example
Text Example
White with #0C5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5BFE; }
p { color: rgb(12,91,254); }
H1.HeaderClassName
{
color: #0C5BFE;
}
.AnyTagClassName
{
color: #0C5BFE;
}
</style>
background-color css
<style>
a { background-color: #0C5BFE; }
a { background-color: rgb(12,91,254); }
div.DivClassName
{
background-color: #0C5BFE;
}
.BgClassName
{
background-color: #0C5BFE;
}
</style>
border-color css
<style>
span { border-color: #0C5BFE; }
span { border-color: rgb(12,91,254); }
td.TdClassName
{
border-color: #0C5BFE;
}
.TagClassName
{
border-color: #0C5BFE;
}
</style>