Shades of Navy #08036A
Tints of Navy #08036A
RGB
CMYK
RGB Variations
Color information
#08036A (or 0x08036A) is known color: Navy. HEX triplet: 08, 03 and 6A. RGB value is (8,3,106). Sum of RGB (Red+Green+Blue) = 8+3+106=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 106 (41.80% from 255 or 90.60% from 117); Max value from RGB is 106 - color contains mainly: blue. Hex color #08036A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08036A is #F7FC95. Grayscale: #0F0F0F. Windows color (decimal): -16252054 or 6947592. OLE color: 6947592.
HSL color Cylindrical-coordinate representation of color #08036A: hue angle of 242.91º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08036A is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 3 | 106 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.58 |
| HSL | 242.91º | 0.94% | 0.21% | - |
| HSV(B) | 242.91º | 0.97% | 0.42% | - |
| XYZ | 2.73 | 1.16 | 13.71 | - |
| YUV | 16.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 106 | 0.92 | 0.97 | 0 | 0.58 | 242.91 | 0.94 | 0.21 |
| Hex | 8 | 3 | 6A | 5C | 61 | 0 | 3A | F3 | 5E | 15 |
| Octal | 10 | 3 | 152 | 134 | 141 | 0 | 72 | 363 | 136 | 25 |
| Binary | 1000 | 11 | 1101010 | 1011100 | 1100001 | 0 | 111010 | 11110011 | 1011110 | 10101 |
Color Harmonies of #08036A
Complementary color
Monochromatic Colors of #08036A
Black with #08036A
Text Example
Text Example
White with #08036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08036A; }
p { color: rgb(8,3,106); }
H1.HeaderClassName
{
color: #08036A;
}
.AnyTagClassName
{
color: #08036A;
}
</style>
background-color css
<style>
a { background-color: #08036A; }
a { background-color: rgb(8,3,106); }
div.DivClassName
{
background-color: #08036A;
}
.BgClassName
{
background-color: #08036A;
}
</style>
border-color css
<style>
span { border-color: #08036A; }
span { border-color: rgb(8,3,106); }
td.TdClassName
{
border-color: #08036A;
}
.TagClassName
{
border-color: #08036A;
}
</style>