Shades of Navy Blue #0A50DF
Tints of Navy Blue #0A50DF
RGB
CMYK
RGB Variations
Color information
#0A50DF (or 0x0A50DF) is known color: Navy Blue. HEX triplet: 0A, 50 and DF. RGB value is (10,80,223). Sum of RGB (Red+Green+Blue) = 10+80+223=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A50DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A50DF is #F5AF20. Grayscale: #4A4A4A. Windows color (decimal): -16101153 or 14635018. OLE color: 14635018.
HSL color Cylindrical-coordinate representation of color #0A50DF: hue angle of 220.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A50DF is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 80 | 223 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 220.28º | 0.91% | 0.46% | - |
| HSV(B) | 220.28º | 0.96% | 0.87% | - |
| XYZ | 16.31 | 11.13 | 71.1 | - |
| YUV | 75.37 | 211.31 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 223 | 0.96 | 0.64 | 0 | 0.13 | 220.28 | 0.91 | 0.46 |
| Hex | A | 50 | DF | 60 | 40 | 0 | D | DC | 5B | 2E |
| Octal | 12 | 120 | 337 | 140 | 100 | 0 | 15 | 334 | 133 | 56 |
| Binary | 1010 | 1010000 | 11011111 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011011 | 101110 |
Color Harmonies of #0A50DF
Complementary color
Monochromatic Colors of #0A50DF
Black with #0A50DF
Text Example
Text Example
White with #0A50DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50DF; }
p { color: rgb(10,80,223); }
H1.HeaderClassName
{
color: #0A50DF;
}
.AnyTagClassName
{
color: #0A50DF;
}
</style>
background-color css
<style>
a { background-color: #0A50DF; }
a { background-color: rgb(10,80,223); }
div.DivClassName
{
background-color: #0A50DF;
}
.BgClassName
{
background-color: #0A50DF;
}
</style>
border-color css
<style>
span { border-color: #0A50DF; }
span { border-color: rgb(10,80,223); }
td.TdClassName
{
border-color: #0A50DF;
}
.TagClassName
{
border-color: #0A50DF;
}
</style>