Shades of Navy #090675
Tints of Navy #090675
RGB
CMYK
RGB Variations
Color information
#090675 (or 0x090675) is known color: Navy. HEX triplet: 09, 06 and 75. RGB value is (9,6,117). Sum of RGB (Red+Green+Blue) = 9+6+117=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #090675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090675 is #F6F98A. Grayscale: #131313. Windows color (decimal): -16185739 or 7669257. OLE color: 7669257.
HSL color Cylindrical-coordinate representation of color #090675: hue angle of 241.62º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090675 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 6 | 117 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.54 |
| HSL | 241.62º | 0.9% | 0.24% | - |
| HSV(B) | 241.62º | 0.95% | 0.46% | - |
| XYZ | 3.39 | 1.47 | 16.94 | - |
| YUV | 19.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 6 | 117 | 0.92 | 0.95 | 0 | 0.54 | 241.62 | 0.9 | 0.24 |
| Hex | 9 | 6 | 75 | 5C | 5F | 0 | 36 | F2 | 5A | 18 |
| Octal | 11 | 6 | 165 | 134 | 137 | 0 | 66 | 362 | 132 | 30 |
| Binary | 1001 | 110 | 1110101 | 1011100 | 1011111 | 0 | 110110 | 11110010 | 1011010 | 11000 |
Color Harmonies of #090675
Complementary color
Monochromatic Colors of #090675
Black with #090675
Text Example
Text Example
White with #090675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090675; }
p { color: rgb(9,6,117); }
H1.HeaderClassName
{
color: #090675;
}
.AnyTagClassName
{
color: #090675;
}
</style>
background-color css
<style>
a { background-color: #090675; }
a { background-color: rgb(9,6,117); }
div.DivClassName
{
background-color: #090675;
}
.BgClassName
{
background-color: #090675;
}
</style>
border-color css
<style>
span { border-color: #090675; }
span { border-color: rgb(9,6,117); }
td.TdClassName
{
border-color: #090675;
}
.TagClassName
{
border-color: #090675;
}
</style>