Shades of Navy #07067B
Tints of Navy #07067B
RGB
CMYK
RGB Variations
Color information
#07067B (or 0x07067B) is known color: Navy. HEX triplet: 07, 06 and 7B. RGB value is (7,6,123). Sum of RGB (Red+Green+Blue) = 7+6+123=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 123 (48.44% from 255 or 90.44% from 136); Max value from RGB is 123 - color contains mainly: blue. Hex color #07067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07067B is #F8F984. Grayscale: #131313. Windows color (decimal): -16316805 or 8062471. OLE color: 8062471.
HSL color Cylindrical-coordinate representation of color #07067B: hue angle of 240.51º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07067B is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 6 | 123 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.52 |
| HSL | 240.51º | 0.91% | 0.25% | - |
| HSV(B) | 240.51º | 0.95% | 0.48% | - |
| XYZ | 3.73 | 1.61 | 18.85 | - |
| YUV | 19.64 | 186.33 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 123 | 0.94 | 0.95 | 0 | 0.52 | 240.51 | 0.91 | 0.25 |
| Hex | 7 | 6 | 7B | 5E | 5F | 0 | 34 | F1 | 5B | 19 |
| Octal | 7 | 6 | 173 | 136 | 137 | 0 | 64 | 361 | 133 | 31 |
| Binary | 111 | 110 | 1111011 | 1011110 | 1011111 | 0 | 110100 | 11110001 | 1011011 | 11001 |
Color Harmonies of #07067B
Complementary color
Monochromatic Colors of #07067B
Black with #07067B
Text Example
Text Example
White with #07067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07067B; }
p { color: rgb(7,6,123); }
H1.HeaderClassName
{
color: #07067B;
}
.AnyTagClassName
{
color: #07067B;
}
</style>
background-color css
<style>
a { background-color: #07067B; }
a { background-color: rgb(7,6,123); }
div.DivClassName
{
background-color: #07067B;
}
.BgClassName
{
background-color: #07067B;
}
</style>
border-color css
<style>
span { border-color: #07067B; }
span { border-color: rgb(7,6,123); }
td.TdClassName
{
border-color: #07067B;
}
.TagClassName
{
border-color: #07067B;
}
</style>