Shades of Navy Blue #0A50FC
Tints of Navy Blue #0A50FC
RGB
CMYK
RGB Variations
Color information
#0A50FC (or 0x0A50FC) is known color: Navy Blue. HEX triplet: 0A, 50 and FC. RGB value is (10,80,252). Sum of RGB (Red+Green+Blue) = 10+80+252=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A50FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A50FC is #F5AF03. Grayscale: #4D4D4D. Windows color (decimal): -16101124 or 16535562. OLE color: 16535562.
HSL color Cylindrical-coordinate representation of color #0A50FC: hue angle of 222.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A50FC is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 80 | 252 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.01 |
| HSL | 222.64º | 0.98% | 0.51% | - |
| HSV(B) | 222.64º | 0.96% | 0.99% | - |
| XYZ | 20.56 | 12.83 | 93.49 | - |
| YUV | 78.68 | 225.81 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 252 | 0.96 | 0.68 | 0 | 0.01 | 222.64 | 0.98 | 0.51 |
| Hex | A | 50 | FC | 60 | 44 | 0 | 1 | DF | 62 | 33 |
| Octal | 12 | 120 | 374 | 140 | 104 | 0 | 1 | 337 | 142 | 63 |
| Binary | 1010 | 1010000 | 11111100 | 1100000 | 1000100 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #0A50FC
Complementary color
Monochromatic Colors of #0A50FC
Black with #0A50FC
Text Example
Text Example
White with #0A50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50FC; }
p { color: rgb(10,80,252); }
H1.HeaderClassName
{
color: #0A50FC;
}
.AnyTagClassName
{
color: #0A50FC;
}
</style>
background-color css
<style>
a { background-color: #0A50FC; }
a { background-color: rgb(10,80,252); }
div.DivClassName
{
background-color: #0A50FC;
}
.BgClassName
{
background-color: #0A50FC;
}
</style>
border-color css
<style>
span { border-color: #0A50FC; }
span { border-color: rgb(10,80,252); }
td.TdClassName
{
border-color: #0A50FC;
}
.TagClassName
{
border-color: #0A50FC;
}
</style>