Shades of Navy #10057A
Tints of Navy #10057A
RGB
CMYK
RGB Variations
Color information
#10057A (or 0x10057A) is known color: Navy. HEX triplet: 10, 05 and 7A. RGB value is (16,5,122). Sum of RGB (Red+Green+Blue) = 16+5+122=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 122 (48.05% from 255 or 85.31% from 143); Max value from RGB is 122 - color contains mainly: blue. Hex color #10057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10057A is #EFFA85. Grayscale: #151515. Windows color (decimal): -15727238 or 7996688. OLE color: 7996688.
HSL color Cylindrical-coordinate representation of color #10057A: hue angle of 245.64º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10057A is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 5 | 122 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.52 |
| HSL | 245.64º | 0.92% | 0.25% | - |
| HSV(B) | 245.64º | 0.96% | 0.48% | - |
| XYZ | 3.78 | 1.62 | 18.53 | - |
| YUV | 21.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 122 | 0.87 | 0.96 | 0 | 0.52 | 245.64 | 0.92 | 0.25 |
| Hex | 10 | 5 | 7A | 57 | 60 | 0 | 34 | F6 | 5C | 19 |
| Octal | 20 | 5 | 172 | 127 | 140 | 0 | 64 | 366 | 134 | 31 |
| Binary | 10000 | 101 | 1111010 | 1010111 | 1100000 | 0 | 110100 | 11110110 | 1011100 | 11001 |
Color Harmonies of #10057A
Complementary color
Monochromatic Colors of #10057A
Black with #10057A
Text Example
Text Example
White with #10057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10057A; }
p { color: rgb(16,5,122); }
H1.HeaderClassName
{
color: #10057A;
}
.AnyTagClassName
{
color: #10057A;
}
</style>
background-color css
<style>
a { background-color: #10057A; }
a { background-color: rgb(16,5,122); }
div.DivClassName
{
background-color: #10057A;
}
.BgClassName
{
background-color: #10057A;
}
</style>
border-color css
<style>
span { border-color: #10057A; }
span { border-color: rgb(16,5,122); }
td.TdClassName
{
border-color: #10057A;
}
.TagClassName
{
border-color: #10057A;
}
</style>