Shades of Navy #08027D
Tints of Navy #08027D
RGB
CMYK
RGB Variations
Color information
#08027D (or 0x08027D) is known color: Navy. HEX triplet: 08, 02 and 7D. RGB value is (8,2,125). Sum of RGB (Red+Green+Blue) = 8+2+125=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 125 (49.22% from 255 or 92.59% from 135); Max value from RGB is 125 - color contains mainly: blue. Hex color #08027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08027D is #F7FD82. Grayscale: #111111. Windows color (decimal): -16252291 or 8192520. OLE color: 8192520.
HSL color Cylindrical-coordinate representation of color #08027D: hue angle of 242.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08027D is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 2 | 125 | - |
| CMYK | 0.94 | 0.98 | 0 | 0.51 |
| HSL | 242.93º | 0.97% | 0.25% | - |
| HSV(B) | 242.93º | 0.98% | 0.49% | - |
| XYZ | 3.82 | 1.58 | 19.5 | - |
| YUV | 17.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 125 | 0.94 | 0.98 | 0 | 0.51 | 242.93 | 0.97 | 0.25 |
| Hex | 8 | 2 | 7D | 5E | 62 | 0 | 33 | F3 | 61 | 19 |
| Octal | 10 | 2 | 175 | 136 | 142 | 0 | 63 | 363 | 141 | 31 |
| Binary | 1000 | 10 | 1111101 | 1011110 | 1100010 | 0 | 110011 | 11110011 | 1100001 | 11001 |
Color Harmonies of #08027D
Complementary color
Monochromatic Colors of #08027D
Black with #08027D
Text Example
Text Example
White with #08027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08027D; }
p { color: rgb(8,2,125); }
H1.HeaderClassName
{
color: #08027D;
}
.AnyTagClassName
{
color: #08027D;
}
</style>
background-color css
<style>
a { background-color: #08027D; }
a { background-color: rgb(8,2,125); }
div.DivClassName
{
background-color: #08027D;
}
.BgClassName
{
background-color: #08027D;
}
</style>
border-color css
<style>
span { border-color: #08027D; }
span { border-color: rgb(8,2,125); }
td.TdClassName
{
border-color: #08027D;
}
.TagClassName
{
border-color: #08027D;
}
</style>