Shades of Navy #10027A
Tints of Navy #10027A
RGB
CMYK
RGB Variations
Color information
#10027A (or 0x10027A) is known color: Navy. HEX triplet: 10, 02 and 7A. RGB value is (16,2,122). Sum of RGB (Red+Green+Blue) = 16+2+122=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #10027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10027A is #EFFD85. Grayscale: #131313. Windows color (decimal): -15728006 or 7995920. OLE color: 7995920.
HSL color Cylindrical-coordinate representation of color #10027A: hue angle of 247º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10027A is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 2 | 122 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.52 |
| HSL | 247º | 0.97% | 0.24% | - |
| HSV(B) | 247º | 0.98% | 0.48% | - |
| XYZ | 3.75 | 1.56 | 18.52 | - |
| YUV | 19.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 122 | 0.87 | 0.98 | 0 | 0.52 | 247 | 0.97 | 0.24 |
| Hex | 10 | 2 | 7A | 57 | 62 | 0 | 34 | F7 | 61 | 18 |
| Octal | 20 | 2 | 172 | 127 | 142 | 0 | 64 | 367 | 141 | 30 |
| Binary | 10000 | 10 | 1111010 | 1010111 | 1100010 | 0 | 110100 | 11110111 | 1100001 | 11000 |
Color Harmonies of #10027A
Complementary color
Monochromatic Colors of #10027A
Black with #10027A
Text Example
Text Example
White with #10027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10027A; }
p { color: rgb(16,2,122); }
H1.HeaderClassName
{
color: #10027A;
}
.AnyTagClassName
{
color: #10027A;
}
</style>
background-color css
<style>
a { background-color: #10027A; }
a { background-color: rgb(16,2,122); }
div.DivClassName
{
background-color: #10027A;
}
.BgClassName
{
background-color: #10027A;
}
</style>
border-color css
<style>
span { border-color: #10027A; }
span { border-color: rgb(16,2,122); }
td.TdClassName
{
border-color: #10027A;
}
.TagClassName
{
border-color: #10027A;
}
</style>