Shades of Navy #10007D
Tints of Navy #10007D
RGB
CMYK
RGB Variations
Color information
#10007D (or 0x10007D) is known color: Navy. HEX triplet: 10, 00 and 7D. RGB value is (16,0,125). Sum of RGB (Red+Green+Blue) = 16+0+125=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 125 (49.22% from 255 or 88.65% from 141); Max value from RGB is 125 - color contains mainly: blue. Hex color #10007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10007D is #EFFF82. Grayscale: #121212. Windows color (decimal): -15728515 or 8192016. OLE color: 8192016.
HSL color Cylindrical-coordinate representation of color #10007D: hue angle of 247.68º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10007D is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 0 | 125 | - |
| CMYK | 0.87 | 1 | 0 | 0.51 |
| HSL | 247.68º | 1% | 0.25% | - |
| HSV(B) | 247.68º | 1% | 0.49% | - |
| XYZ | 3.92 | 1.59 | 19.5 | - |
| YUV | 19.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 125 | 0.87 | 1 | 0 | 0.51 | 247.68 | 1 | 0.25 |
| Hex | 10 | 0 | 7D | 57 | 64 | 0 | 33 | F8 | 64 | 19 |
| Octal | 20 | 0 | 175 | 127 | 144 | 0 | 63 | 370 | 144 | 31 |
| Binary | 10000 | 0 | 1111101 | 1010111 | 1100100 | 0 | 110011 | 11111000 | 1100100 | 11001 |
Color Harmonies of #10007D
Complementary color
Monochromatic Colors of #10007D
Black with #10007D
Text Example
Text Example
White with #10007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10007D; }
p { color: rgb(16,0,125); }
H1.HeaderClassName
{
color: #10007D;
}
.AnyTagClassName
{
color: #10007D;
}
</style>
background-color css
<style>
a { background-color: #10007D; }
a { background-color: rgb(16,0,125); }
div.DivClassName
{
background-color: #10007D;
}
.BgClassName
{
background-color: #10007D;
}
</style>
border-color css
<style>
span { border-color: #10007D; }
span { border-color: rgb(16,0,125); }
td.TdClassName
{
border-color: #10007D;
}
.TagClassName
{
border-color: #10007D;
}
</style>