Shades of Navy #080274
Tints of Navy #080274
RGB
CMYK
RGB Variations
Color information
#080274 (or 0x080274) is known color: Navy. HEX triplet: 08, 02 and 74. RGB value is (8,2,116). Sum of RGB (Red+Green+Blue) = 8+2+116=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 116 (45.70% from 255 or 92.06% from 126); Max value from RGB is 116 - color contains mainly: blue. Hex color #080274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080274 is #F7FD8B. Grayscale: #101010. Windows color (decimal): -16252300 or 7602696. OLE color: 7602696.
HSL color Cylindrical-coordinate representation of color #080274: hue angle of 243.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080274 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 8 | 2 | 116 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.55 |
| HSL | 243.16º | 0.97% | 0.23% | - |
| HSV(B) | 243.16º | 0.98% | 0.45% | - |
| XYZ | 3.27 | 1.36 | 16.61 | - |
| YUV | 16.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 116 | 0.93 | 0.98 | 0 | 0.55 | 243.16 | 0.97 | 0.23 |
| Hex | 8 | 2 | 74 | 5D | 62 | 0 | 37 | F3 | 61 | 17 |
| Octal | 10 | 2 | 164 | 135 | 142 | 0 | 67 | 363 | 141 | 27 |
| Binary | 1000 | 10 | 1110100 | 1011101 | 1100010 | 0 | 110111 | 11110011 | 1100001 | 10111 |
Color Harmonies of #080274
Complementary color
Monochromatic Colors of #080274
Black with #080274
Text Example
Text Example
White with #080274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080274; }
p { color: rgb(8,2,116); }
H1.HeaderClassName
{
color: #080274;
}
.AnyTagClassName
{
color: #080274;
}
</style>
background-color css
<style>
a { background-color: #080274; }
a { background-color: rgb(8,2,116); }
div.DivClassName
{
background-color: #080274;
}
.BgClassName
{
background-color: #080274;
}
</style>
border-color css
<style>
span { border-color: #080274; }
span { border-color: rgb(8,2,116); }
td.TdClassName
{
border-color: #080274;
}
.TagClassName
{
border-color: #080274;
}
</style>