Shades of Navy Blue #0C51FA
Tints of Navy Blue #0C51FA
RGB
CMYK
RGB Variations
Color information
#0C51FA (or 0x0C51FA) is known color: Navy Blue. HEX triplet: 0C, 51 and FA. RGB value is (12,81,250). Sum of RGB (Red+Green+Blue) = 12+81+250=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C51FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C51FA is #F3AE05. Grayscale: #4E4E4E. Windows color (decimal): -15969798 or 16404748. OLE color: 16404748.
HSL color Cylindrical-coordinate representation of color #0C51FA: hue angle of 222.61º 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 #0C51FA is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 81 | 250 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.02 |
| HSL | 222.61º | 0.96% | 0.51% | - |
| HSV(B) | 222.61º | 0.95% | 0.98% | - |
| XYZ | 20.35 | 12.87 | 91.85 | - |
| YUV | 79.64 | 224.14 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 250 | 0.95 | 0.68 | 0 | 0.02 | 222.61 | 0.96 | 0.51 |
| Hex | C | 51 | FA | 5F | 44 | 0 | 2 | DF | 60 | 33 |
| Octal | 14 | 121 | 372 | 137 | 104 | 0 | 2 | 337 | 140 | 63 |
| Binary | 1100 | 1010001 | 11111010 | 1011111 | 1000100 | 0 | 10 | 11011111 | 1100000 | 110011 |
Color Harmonies of #0C51FA
Complementary color
Monochromatic Colors of #0C51FA
Black with #0C51FA
Text Example
Text Example
White with #0C51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C51FA; }
p { color: rgb(12,81,250); }
H1.HeaderClassName
{
color: #0C51FA;
}
.AnyTagClassName
{
color: #0C51FA;
}
</style>
background-color css
<style>
a { background-color: #0C51FA; }
a { background-color: rgb(12,81,250); }
div.DivClassName
{
background-color: #0C51FA;
}
.BgClassName
{
background-color: #0C51FA;
}
</style>
border-color css
<style>
span { border-color: #0C51FA; }
span { border-color: rgb(12,81,250); }
td.TdClassName
{
border-color: #0C51FA;
}
.TagClassName
{
border-color: #0C51FA;
}
</style>