Shades of Navy Blue #0C49FB
Tints of Navy Blue #0C49FB
RGB
CMYK
RGB Variations
Color information
#0C49FB (or 0x0C49FB) is known color: Navy Blue. HEX triplet: 0C, 49 and FB. RGB value is (12,73,251). Sum of RGB (Red+Green+Blue) = 12+73+251=336 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.57% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C49FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C49FB is #F3B604. Grayscale: #4A4A4A. Windows color (decimal): -15971845 or 16468236. OLE color: 16468236.
HSL color Cylindrical-coordinate representation of color #0C49FB: hue angle of 224.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C49FB is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 73 | 251 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.02 |
| HSL | 224.69º | 0.97% | 0.52% | - |
| HSV(B) | 224.69º | 0.95% | 0.98% | - |
| XYZ | 19.95 | 11.81 | 92.49 | - |
| YUV | 75.05 | 227.29 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 73 | 251 | 0.95 | 0.71 | 0 | 0.02 | 224.69 | 0.97 | 0.52 |
| Hex | C | 49 | FB | 5F | 47 | 0 | 2 | E1 | 61 | 34 |
| Octal | 14 | 111 | 373 | 137 | 107 | 0 | 2 | 341 | 141 | 64 |
| Binary | 1100 | 1001001 | 11111011 | 1011111 | 1000111 | 0 | 10 | 11100001 | 1100001 | 110100 |
Color Harmonies of #0C49FB
Complementary color
Monochromatic Colors of #0C49FB
Black with #0C49FB
Text Example
Text Example
White with #0C49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C49FB; }
p { color: rgb(12,73,251); }
H1.HeaderClassName
{
color: #0C49FB;
}
.AnyTagClassName
{
color: #0C49FB;
}
</style>
background-color css
<style>
a { background-color: #0C49FB; }
a { background-color: rgb(12,73,251); }
div.DivClassName
{
background-color: #0C49FB;
}
.BgClassName
{
background-color: #0C49FB;
}
</style>
border-color css
<style>
span { border-color: #0C49FB; }
span { border-color: rgb(12,73,251); }
td.TdClassName
{
border-color: #0C49FB;
}
.TagClassName
{
border-color: #0C49FB;
}
</style>