Shades of Navy #090163
Tints of Navy #090163
RGB
CMYK
RGB Variations
Color information
#090163 (or 0x090163) is known color: Navy. HEX triplet: 09, 01 and 63. RGB value is (9,1,99). Sum of RGB (Red+Green+Blue) = 9+1+99=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 99 (39.06% from 255 or 90.83% from 109); Max value from RGB is 99 - color contains mainly: blue. Hex color #090163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090163 is #F6FE9C. Grayscale: #0E0E0E. Windows color (decimal): -16187037 or 6488329. OLE color: 6488329.
HSL color Cylindrical-coordinate representation of color #090163: hue angle of 244.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090163 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 1 | 99 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.61 |
| HSL | 244.9º | 0.98% | 0.2% | - |
| HSV(B) | 244.9º | 0.99% | 0.39% | - |
| XYZ | 2.38 | 0.98 | 11.87 | - |
| YUV | 14.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 99 | 0.91 | 0.99 | 0 | 0.61 | 244.9 | 0.98 | 0.2 |
| Hex | 9 | 1 | 63 | 5B | 63 | 0 | 3D | F5 | 62 | 14 |
| Octal | 11 | 1 | 143 | 133 | 143 | 0 | 75 | 365 | 142 | 24 |
| Binary | 1001 | 1 | 1100011 | 1011011 | 1100011 | 0 | 111101 | 11110101 | 1100010 | 10100 |
Color Harmonies of #090163
Complementary color
Monochromatic Colors of #090163
Black with #090163
Text Example
Text Example
White with #090163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090163; }
p { color: rgb(9,1,99); }
H1.HeaderClassName
{
color: #090163;
}
.AnyTagClassName
{
color: #090163;
}
</style>
background-color css
<style>
a { background-color: #090163; }
a { background-color: rgb(9,1,99); }
div.DivClassName
{
background-color: #090163;
}
.BgClassName
{
background-color: #090163;
}
</style>
border-color css
<style>
span { border-color: #090163; }
span { border-color: rgb(9,1,99); }
td.TdClassName
{
border-color: #090163;
}
.TagClassName
{
border-color: #090163;
}
</style>