Shades of Navy Blue #0A57DF
Tints of Navy Blue #0A57DF
RGB
CMYK
RGB Variations
Color information
#0A57DF (or 0x0A57DF) is known color: Navy Blue. HEX triplet: 0A, 57 and DF. RGB value is (10,87,223). Sum of RGB (Red+Green+Blue) = 10+87+223=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A57DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A57DF is #F5A820. Grayscale: #4E4E4E. Windows color (decimal): -16099361 or 14636810. OLE color: 14636810.
HSL color Cylindrical-coordinate representation of color #0A57DF: hue angle of 218.31º 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 #0A57DF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 87 | 223 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.13 |
| HSL | 218.31º | 0.91% | 0.46% | - |
| HSV(B) | 218.31º | 0.96% | 0.87% | - |
| XYZ | 16.85 | 12.21 | 71.28 | - |
| YUV | 79.48 | 208.99 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 87 | 223 | 0.96 | 0.61 | 0 | 0.13 | 218.31 | 0.91 | 0.46 |
| Hex | A | 57 | DF | 60 | 3D | 0 | D | DA | 5B | 2E |
| Octal | 12 | 127 | 337 | 140 | 75 | 0 | 15 | 332 | 133 | 56 |
| Binary | 1010 | 1010111 | 11011111 | 1100000 | 111101 | 0 | 1101 | 11011010 | 1011011 | 101110 |
Color Harmonies of #0A57DF
Complementary color
Monochromatic Colors of #0A57DF
Black with #0A57DF
Text Example
Text Example
White with #0A57DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A57DF; }
p { color: rgb(10,87,223); }
H1.HeaderClassName
{
color: #0A57DF;
}
.AnyTagClassName
{
color: #0A57DF;
}
</style>
background-color css
<style>
a { background-color: #0A57DF; }
a { background-color: rgb(10,87,223); }
div.DivClassName
{
background-color: #0A57DF;
}
.BgClassName
{
background-color: #0A57DF;
}
</style>
border-color css
<style>
span { border-color: #0A57DF; }
span { border-color: rgb(10,87,223); }
td.TdClassName
{
border-color: #0A57DF;
}
.TagClassName
{
border-color: #0A57DF;
}
</style>