Shades of Navy #090174
Tints of Navy #090174
RGB
CMYK
RGB Variations
Color information
#090174 (or 0x090174) is known color: Navy. HEX triplet: 09, 01 and 74. RGB value is (9,1,116). Sum of RGB (Red+Green+Blue) = 9+1+116=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 1 (0.78% from 255 or 0.79% 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 #090174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090174 is #F6FE8B. Grayscale: #101010. Windows color (decimal): -16187020 or 7602441. OLE color: 7602441.
HSL color Cylindrical-coordinate representation of color #090174: hue angle of 244.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090174 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 9 | 1 | 116 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.55 |
| HSL | 244.17º | 0.98% | 0.23% | - |
| HSV(B) | 244.17º | 0.99% | 0.45% | - |
| XYZ | 3.28 | 1.34 | 16.61 | - |
| YUV | 16.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 116 | 0.92 | 0.99 | 0 | 0.55 | 244.17 | 0.98 | 0.23 |
| Hex | 9 | 1 | 74 | 5C | 63 | 0 | 37 | F4 | 62 | 17 |
| Octal | 11 | 1 | 164 | 134 | 143 | 0 | 67 | 364 | 142 | 27 |
| Binary | 1001 | 1 | 1110100 | 1011100 | 1100011 | 0 | 110111 | 11110100 | 1100010 | 10111 |
Color Harmonies of #090174
Complementary color
Monochromatic Colors of #090174
Black with #090174
Text Example
Text Example
White with #090174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090174; }
p { color: rgb(9,1,116); }
H1.HeaderClassName
{
color: #090174;
}
.AnyTagClassName
{
color: #090174;
}
</style>
background-color css
<style>
a { background-color: #090174; }
a { background-color: rgb(9,1,116); }
div.DivClassName
{
background-color: #090174;
}
.BgClassName
{
background-color: #090174;
}
</style>
border-color css
<style>
span { border-color: #090174; }
span { border-color: rgb(9,1,116); }
td.TdClassName
{
border-color: #090174;
}
.TagClassName
{
border-color: #090174;
}
</style>