Shades of Navy #08097A
Tints of Navy #08097A
RGB
CMYK
RGB Variations
Color information
#08097A (or 0x08097A) is known color: Navy. HEX triplet: 08, 09 and 7A. RGB value is (8,9,122). Sum of RGB (Red+Green+Blue) = 8+9+122=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #08097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08097A is #F7F685. Grayscale: #151515. Windows color (decimal): -16250502 or 7997704. OLE color: 7997704.
HSL color Cylindrical-coordinate representation of color #08097A: hue angle of 239.47º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08097A is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 9 | 122 | - |
| CMYK | 0.93 | 0.93 | 0 | 0.52 |
| HSL | 239.47º | 0.88% | 0.25% | - |
| HSV(B) | 239.47º | 0.93% | 0.48% | - |
| XYZ | 3.71 | 1.65 | 18.54 | - |
| YUV | 21.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 122 | 0.93 | 0.93 | 0 | 0.52 | 239.47 | 0.88 | 0.25 |
| Hex | 8 | 9 | 7A | 5D | 5D | 0 | 34 | EF | 58 | 19 |
| Octal | 10 | 11 | 172 | 135 | 135 | 0 | 64 | 357 | 130 | 31 |
| Binary | 1000 | 1001 | 1111010 | 1011101 | 1011101 | 0 | 110100 | 11101111 | 1011000 | 11001 |
Color Harmonies of #08097A
Complementary color
Monochromatic Colors of #08097A
Black with #08097A
Text Example
Text Example
White with #08097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08097A; }
p { color: rgb(8,9,122); }
H1.HeaderClassName
{
color: #08097A;
}
.AnyTagClassName
{
color: #08097A;
}
</style>
background-color css
<style>
a { background-color: #08097A; }
a { background-color: rgb(8,9,122); }
div.DivClassName
{
background-color: #08097A;
}
.BgClassName
{
background-color: #08097A;
}
</style>
border-color css
<style>
span { border-color: #08097A; }
span { border-color: rgb(8,9,122); }
td.TdClassName
{
border-color: #08097A;
}
.TagClassName
{
border-color: #08097A;
}
</style>