Shades of Navy #00107D
Tints of Navy #00107D
RGB
CMYK
RGB Variations
Color information
#00107D (or 0x00107D) is known color: Navy. HEX triplet: 00, 10 and 7D. RGB value is (0,16,125). Sum of RGB (Red+Green+Blue) = 0+16+125=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 16 (6.64% from 255 or 11.35% 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 #00107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00107D is #FFEF82. Grayscale: #171717. Windows color (decimal): -16772995 or 8196096. OLE color: 8196096.
HSL color Cylindrical-coordinate representation of color #00107D: hue angle of 232.32º 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 #00107D is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 16 | 125 | - |
| CMYK | 1 | 0.87 | 0 | 0.51 |
| HSL | 232.32º | 1% | 0.25% | - |
| HSV(B) | 232.32º | 1% | 0.49% | - |
| XYZ | 3.89 | 1.85 | 19.55 | - |
| YUV | 23.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 125 | 1 | 0.87 | 0 | 0.51 | 232.32 | 1 | 0.25 |
| Hex | 0 | 10 | 7D | 64 | 57 | 0 | 33 | E8 | 64 | 19 |
| Octal | 0 | 20 | 175 | 144 | 127 | 0 | 63 | 350 | 144 | 31 |
| Binary | 0 | 10000 | 1111101 | 1100100 | 1010111 | 0 | 110011 | 11101000 | 1100100 | 11001 |
Color Harmonies of #00107D
Complementary color
Monochromatic Colors of #00107D
Black with #00107D
Text Example
Text Example
White with #00107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00107D; }
p { color: rgb(0,16,125); }
H1.HeaderClassName
{
color: #00107D;
}
.AnyTagClassName
{
color: #00107D;
}
</style>
background-color css
<style>
a { background-color: #00107D; }
a { background-color: rgb(0,16,125); }
div.DivClassName
{
background-color: #00107D;
}
.BgClassName
{
background-color: #00107D;
}
</style>
border-color css
<style>
span { border-color: #00107D; }
span { border-color: rgb(0,16,125); }
td.TdClassName
{
border-color: #00107D;
}
.TagClassName
{
border-color: #00107D;
}
</style>