Shades of Navy #07137D
Tints of Navy #07137D
RGB
CMYK
RGB Variations
Color information
#07137D (or 0x07137D) is known color: Navy. HEX triplet: 07, 13 and 7D. RGB value is (7,19,125). Sum of RGB (Red+Green+Blue) = 7+19+125=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 125 (49.22% from 255 or 82.78% from 151); Max value from RGB is 125 - color contains mainly: blue. Hex color #07137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07137D is #F8EC82. Grayscale: #1B1B1B. Windows color (decimal): -16313475 or 8196871. OLE color: 8196871.
HSL color Cylindrical-coordinate representation of color #07137D: hue angle of 233.9º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07137D is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 19 | 125 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.51 |
| HSL | 233.9º | 0.89% | 0.26% | - |
| HSV(B) | 233.9º | 0.94% | 0.49% | - |
| XYZ | 4.02 | 1.99 | 19.57 | - |
| YUV | 27.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 125 | 0.94 | 0.85 | 0 | 0.51 | 233.9 | 0.89 | 0.26 |
| Hex | 7 | 13 | 7D | 5E | 55 | 0 | 33 | EA | 59 | 1A |
| Octal | 7 | 23 | 175 | 136 | 125 | 0 | 63 | 352 | 131 | 32 |
| Binary | 111 | 10011 | 1111101 | 1011110 | 1010101 | 0 | 110011 | 11101010 | 1011001 | 11010 |
Color Harmonies of #07137D
Complementary color
Monochromatic Colors of #07137D
Black with #07137D
Text Example
Text Example
White with #07137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07137D; }
p { color: rgb(7,19,125); }
H1.HeaderClassName
{
color: #07137D;
}
.AnyTagClassName
{
color: #07137D;
}
</style>
background-color css
<style>
a { background-color: #07137D; }
a { background-color: rgb(7,19,125); }
div.DivClassName
{
background-color: #07137D;
}
.BgClassName
{
background-color: #07137D;
}
</style>
border-color css
<style>
span { border-color: #07137D; }
span { border-color: rgb(7,19,125); }
td.TdClassName
{
border-color: #07137D;
}
.TagClassName
{
border-color: #07137D;
}
</style>