Shades of Navy #08067B
Tints of Navy #08067B
RGB
CMYK
RGB Variations
Color information
#08067B (or 0x08067B) is known color: Navy. HEX triplet: 08, 06 and 7B. RGB value is (8,6,123). Sum of RGB (Red+Green+Blue) = 8+6+123=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 123 (48.44% from 255 or 89.78% from 137); Max value from RGB is 123 - color contains mainly: blue. Hex color #08067B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08067B is #F7F984. Grayscale: #131313. Windows color (decimal): -16251269 or 8062472. OLE color: 8062472.
HSL color Cylindrical-coordinate representation of color #08067B: hue angle of 241.03º 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 #08067B is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 6 | 123 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.52 |
| HSL | 241.03º | 0.91% | 0.25% | - |
| HSV(B) | 241.03º | 0.95% | 0.48% | - |
| XYZ | 3.74 | 1.61 | 18.85 | - |
| YUV | 19.94 | 186.16 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 123 | 0.93 | 0.95 | 0 | 0.52 | 241.03 | 0.91 | 0.25 |
| Hex | 8 | 6 | 7B | 5D | 5F | 0 | 34 | F1 | 5B | 19 |
| Octal | 10 | 6 | 173 | 135 | 137 | 0 | 64 | 361 | 133 | 31 |
| Binary | 1000 | 110 | 1111011 | 1011101 | 1011111 | 0 | 110100 | 11110001 | 1011011 | 11001 |
Color Harmonies of #08067B
Complementary color
Monochromatic Colors of #08067B
Black with #08067B
Text Example
Text Example
White with #08067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08067B; }
p { color: rgb(8,6,123); }
H1.HeaderClassName
{
color: #08067B;
}
.AnyTagClassName
{
color: #08067B;
}
</style>
background-color css
<style>
a { background-color: #08067B; }
a { background-color: rgb(8,6,123); }
div.DivClassName
{
background-color: #08067B;
}
.BgClassName
{
background-color: #08067B;
}
</style>
border-color css
<style>
span { border-color: #08067B; }
span { border-color: rgb(8,6,123); }
td.TdClassName
{
border-color: #08067B;
}
.TagClassName
{
border-color: #08067B;
}
</style>