Shades of Navy Blue #0A57FB
Tints of Navy Blue #0A57FB
RGB
CMYK
RGB Variations
Color information
#0A57FB (or 0x0A57FB) is known color: Navy Blue. HEX triplet: 0A, 57 and FB. RGB value is (10,87,251). Sum of RGB (Red+Green+Blue) = 10+87+251=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A57FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A57FB is #F5A804. Grayscale: #515151. Windows color (decimal): -16099333 or 16471818. OLE color: 16471818.
HSL color Cylindrical-coordinate representation of color #0A57FB: hue angle of 220.83º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A57FB is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 87 | 251 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.02 |
| HSL | 220.83º | 0.97% | 0.51% | - |
| HSV(B) | 220.83º | 0.96% | 0.98% | - |
| XYZ | 20.95 | 13.85 | 92.84 | - |
| YUV | 82.67 | 222.99 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 251 | 0.96 | 0.65 | 0 | 0.02 | 220.83 | 0.97 | 0.51 |
| Hex | A | 57 | FB | 60 | 41 | 0 | 2 | DD | 61 | 33 |
| Octal | 12 | 127 | 373 | 140 | 101 | 0 | 2 | 335 | 141 | 63 |
| Binary | 1010 | 1010111 | 11111011 | 1100000 | 1000001 | 0 | 10 | 11011101 | 1100001 | 110011 |
Color Harmonies of #0A57FB
Complementary color
Monochromatic Colors of #0A57FB
Black with #0A57FB
Text Example
Text Example
White with #0A57FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A57FB; }
p { color: rgb(10,87,251); }
H1.HeaderClassName
{
color: #0A57FB;
}
.AnyTagClassName
{
color: #0A57FB;
}
</style>
background-color css
<style>
a { background-color: #0A57FB; }
a { background-color: rgb(10,87,251); }
div.DivClassName
{
background-color: #0A57FB;
}
.BgClassName
{
background-color: #0A57FB;
}
</style>
border-color css
<style>
span { border-color: #0A57FB; }
span { border-color: rgb(10,87,251); }
td.TdClassName
{
border-color: #0A57FB;
}
.TagClassName
{
border-color: #0A57FB;
}
</style>