Shades of Navy #090680
Tints of Navy #090680
RGB
CMYK
RGB Variations
Color information
#090680 (or 0x090680) is known color: Navy. HEX triplet: 09, 06 and 80. RGB value is (9,6,128). Sum of RGB (Red+Green+Blue) = 9+6+128=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 128 (50.39% from 255 or 89.51% from 143); Max value from RGB is 128 - color contains mainly: blue. Hex color #090680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090680 is #F6F97F. Grayscale: #141414. Windows color (decimal): -16185728 or 8390153. OLE color: 8390153.
HSL color Cylindrical-coordinate representation of color #090680: hue angle of 241.48º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090680 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 6 | 128 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.50 |
| HSL | 241.48º | 0.91% | 0.26% | - |
| HSV(B) | 241.48º | 0.95% | 0.5% | - |
| XYZ | 4.07 | 1.75 | 20.54 | - |
| YUV | 20.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 128 | 0.93 | 0.95 | 0 | 0.50 | 241.48 | 0.91 | 0.26 |
| Hex | 9 | 6 | 80 | 5D | 5F | 0 | 32 | F1 | 5B | 1A |
| Octal | 11 | 6 | 200 | 135 | 137 | 0 | 62 | 361 | 133 | 32 |
| Binary | 1001 | 110 | 10000000 | 1011101 | 1011111 | 0 | 110010 | 11110001 | 1011011 | 11010 |
Color Harmonies of #090680
Complementary color
Monochromatic Colors of #090680
Black with #090680
Text Example
Text Example
White with #090680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090680; }
p { color: rgb(9,6,128); }
H1.HeaderClassName
{
color: #090680;
}
.AnyTagClassName
{
color: #090680;
}
</style>
background-color css
<style>
a { background-color: #090680; }
a { background-color: rgb(9,6,128); }
div.DivClassName
{
background-color: #090680;
}
.BgClassName
{
background-color: #090680;
}
</style>
border-color css
<style>
span { border-color: #090680; }
span { border-color: rgb(9,6,128); }
td.TdClassName
{
border-color: #090680;
}
.TagClassName
{
border-color: #090680;
}
</style>