Shades of Navy Blue #0C49F9
Tints of Navy Blue #0C49F9
RGB
CMYK
RGB Variations
Color information
#0C49F9 (or 0x0C49F9) is known color: Navy Blue. HEX triplet: 0C, 49 and F9. RGB value is (12,73,249). Sum of RGB (Red+Green+Blue) = 12+73+249=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 249 (97.66% from 255 or 74.55% from 334); Max value from RGB is 249 - color contains mainly: blue. Hex color #0C49F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C49F9 is #F3B606. Grayscale: #4A4A4A. Windows color (decimal): -15971847 or 16337164. OLE color: 16337164.
HSL color Cylindrical-coordinate representation of color #0C49F9: hue angle of 224.56º degrees, saturation: 0.95, 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 #0C49F9 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 73 | 249 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.02 |
| HSL | 224.56º | 0.95% | 0.51% | - |
| HSV(B) | 224.56º | 0.95% | 0.98% | - |
| XYZ | 19.63 | 11.68 | 90.84 | - |
| YUV | 74.83 | 226.29 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 249 | 0.95 | 0.71 | 0 | 0.02 | 224.56 | 0.95 | 0.51 |
| Hex | C | 49 | F9 | 5F | 47 | 0 | 2 | E1 | 5F | 33 |
| Octal | 14 | 111 | 371 | 137 | 107 | 0 | 2 | 341 | 137 | 63 |
| Binary | 1100 | 1001001 | 11111001 | 1011111 | 1000111 | 0 | 10 | 11100001 | 1011111 | 110011 |
Color Harmonies of #0C49F9
Complementary color
Monochromatic Colors of #0C49F9
Black with #0C49F9
Text Example
Text Example
White with #0C49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C49F9; }
p { color: rgb(12,73,249); }
H1.HeaderClassName
{
color: #0C49F9;
}
.AnyTagClassName
{
color: #0C49F9;
}
</style>
background-color css
<style>
a { background-color: #0C49F9; }
a { background-color: rgb(12,73,249); }
div.DivClassName
{
background-color: #0C49F9;
}
.BgClassName
{
background-color: #0C49F9;
}
</style>
border-color css
<style>
span { border-color: #0C49F9; }
span { border-color: rgb(12,73,249); }
td.TdClassName
{
border-color: #0C49F9;
}
.TagClassName
{
border-color: #0C49F9;
}
</style>