Shades of Navy #090268
Tints of Navy #090268
RGB
CMYK
RGB Variations
Color information
#090268 (or 0x090268) is known color: Navy. HEX triplet: 09, 02 and 68. RGB value is (9,2,104). Sum of RGB (Red+Green+Blue) = 9+2+104=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 104 (41.02% from 255 or 90.43% from 115); Max value from RGB is 104 - color contains mainly: blue. Hex color #090268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090268 is #F6FD97. Grayscale: #0F0F0F. Windows color (decimal): -16186776 or 6816265. OLE color: 6816265.
HSL color Cylindrical-coordinate representation of color #090268: hue angle of 244.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090268 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 2 | 104 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.59 |
| HSL | 244.12º | 0.96% | 0.21% | - |
| HSV(B) | 244.12º | 0.98% | 0.41% | - |
| XYZ | 2.63 | 1.1 | 13.17 | - |
| YUV | 15.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 2 | 104 | 0.91 | 0.98 | 0 | 0.59 | 244.12 | 0.96 | 0.21 |
| Hex | 9 | 2 | 68 | 5B | 62 | 0 | 3B | F4 | 60 | 15 |
| Octal | 11 | 2 | 150 | 133 | 142 | 0 | 73 | 364 | 140 | 25 |
| Binary | 1001 | 10 | 1101000 | 1011011 | 1100010 | 0 | 111011 | 11110100 | 1100000 | 10101 |
Color Harmonies of #090268
Complementary color
Monochromatic Colors of #090268
Black with #090268
Text Example
Text Example
White with #090268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090268; }
p { color: rgb(9,2,104); }
H1.HeaderClassName
{
color: #090268;
}
.AnyTagClassName
{
color: #090268;
}
</style>
background-color css
<style>
a { background-color: #090268; }
a { background-color: rgb(9,2,104); }
div.DivClassName
{
background-color: #090268;
}
.BgClassName
{
background-color: #090268;
}
</style>
border-color css
<style>
span { border-color: #090268; }
span { border-color: rgb(9,2,104); }
td.TdClassName
{
border-color: #090268;
}
.TagClassName
{
border-color: #090268;
}
</style>