Shades of Navy #00107A
Tints of Navy #00107A
RGB
CMYK
RGB Variations
Color information
#00107A (or 0x00107A) is known color: Navy. HEX triplet: 00, 10 and 7A. RGB value is (0,16,122). Sum of RGB (Red+Green+Blue) = 0+16+122=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 122 (48.05% from 255 or 88.41% from 138); Max value from RGB is 122 - color contains mainly: blue. Hex color #00107A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00107A is #FFEF85. Grayscale: #161616. Windows color (decimal): -16772998 or 7999488. OLE color: 7999488.
HSL color Cylindrical-coordinate representation of color #00107A: hue angle of 232.13º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00107A is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 16 | 122 | - |
| CMYK | 1 | 0.87 | 0 | 0.52 |
| HSL | 232.13º | 1% | 0.24% | - |
| HSV(B) | 232.13º | 1% | 0.48% | - |
| XYZ | 3.7 | 1.78 | 18.56 | - |
| YUV | 23.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 122 | 1 | 0.87 | 0 | 0.52 | 232.13 | 1 | 0.24 |
| Hex | 0 | 10 | 7A | 64 | 57 | 0 | 34 | E8 | 64 | 18 |
| Octal | 0 | 20 | 172 | 144 | 127 | 0 | 64 | 350 | 144 | 30 |
| Binary | 0 | 10000 | 1111010 | 1100100 | 1010111 | 0 | 110100 | 11101000 | 1100100 | 11000 |
Color Harmonies of #00107A
Complementary color
Monochromatic Colors of #00107A
Black with #00107A
Text Example
Text Example
White with #00107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00107A; }
p { color: rgb(0,16,122); }
H1.HeaderClassName
{
color: #00107A;
}
.AnyTagClassName
{
color: #00107A;
}
</style>
background-color css
<style>
a { background-color: #00107A; }
a { background-color: rgb(0,16,122); }
div.DivClassName
{
background-color: #00107A;
}
.BgClassName
{
background-color: #00107A;
}
</style>
border-color css
<style>
span { border-color: #00107A; }
span { border-color: rgb(0,16,122); }
td.TdClassName
{
border-color: #00107A;
}
.TagClassName
{
border-color: #00107A;
}
</style>