Shades of Navy Blue #0A50FF
Tints of Navy Blue #0A50FF
RGB
CMYK
RGB Variations
Color information
#0A50FF (or 0x0A50FF) is known color: Navy Blue. HEX triplet: 0A, 50 and FF. RGB value is (10,80,255). Sum of RGB (Red+Green+Blue) = 10+80+255=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A50FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A50FF is #F5AF00. Grayscale: #4E4E4E. Windows color (decimal): -16101121 or 16732170. OLE color: 16732170.
HSL color Cylindrical-coordinate representation of color #0A50FF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A50FF is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 80 | 255 | - |
| CMYK | 0.96 | 0.69 | 0 | 0 |
| HSL | 222.86º | 1% | 0.52% | - |
| HSV(B) | 222.86º | 0.96% | 1% | - |
| XYZ | 21.04 | 13.02 | 96.01 | - |
| YUV | 79.02 | 227.31 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 255 | 0.96 | 0.69 | 0 | 0 | 222.86 | 1 | 0.52 |
| Hex | A | 50 | FF | 60 | 45 | 0 | 0 | DF | 64 | 34 |
| Octal | 12 | 120 | 377 | 140 | 105 | 0 | 0 | 337 | 144 | 64 |
| Binary | 1010 | 1010000 | 11111111 | 1100000 | 1000101 | 0 | 0 | 11011111 | 1100100 | 110100 |
Color Harmonies of #0A50FF
Complementary color
Monochromatic Colors of #0A50FF
Black with #0A50FF
Text Example
Text Example
White with #0A50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50FF; }
p { color: rgb(10,80,255); }
H1.HeaderClassName
{
color: #0A50FF;
}
.AnyTagClassName
{
color: #0A50FF;
}
</style>
background-color css
<style>
a { background-color: #0A50FF; }
a { background-color: rgb(10,80,255); }
div.DivClassName
{
background-color: #0A50FF;
}
.BgClassName
{
background-color: #0A50FF;
}
</style>
border-color css
<style>
span { border-color: #0A50FF; }
span { border-color: rgb(10,80,255); }
td.TdClassName
{
border-color: #0A50FF;
}
.TagClassName
{
border-color: #0A50FF;
}
</style>