Shades of Navy #090384
Tints of Navy #090384
RGB
CMYK
RGB Variations
Color information
#090384 (or 0x090384) is known color: Navy. HEX triplet: 09, 03 and 84. RGB value is (9,3,132). Sum of RGB (Red+Green+Blue) = 9+3+132=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 132 (51.95% from 255 or 91.67% from 144); Max value from RGB is 132 - color contains mainly: blue. Hex color #090384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090384 is #F6FC7B. Grayscale: #121212. Windows color (decimal): -16186492 or 8651529. OLE color: 8651529.
HSL color Cylindrical-coordinate representation of color #090384: hue angle of 242.79º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090384 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 3 | 132 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.48 |
| HSL | 242.79º | 0.96% | 0.26% | - |
| HSV(B) | 242.79º | 0.98% | 0.52% | - |
| XYZ | 4.31 | 1.79 | 21.95 | - |
| YUV | 19.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 132 | 0.93 | 0.98 | 0 | 0.48 | 242.79 | 0.96 | 0.26 |
| Hex | 9 | 3 | 84 | 5D | 62 | 0 | 30 | F3 | 60 | 1A |
| Octal | 11 | 3 | 204 | 135 | 142 | 0 | 60 | 363 | 140 | 32 |
| Binary | 1001 | 11 | 10000100 | 1011101 | 1100010 | 0 | 110000 | 11110011 | 1100000 | 11010 |
Color Harmonies of #090384
Complementary color
Monochromatic Colors of #090384
Black with #090384
Text Example
Text Example
White with #090384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090384; }
p { color: rgb(9,3,132); }
H1.HeaderClassName
{
color: #090384;
}
.AnyTagClassName
{
color: #090384;
}
</style>
background-color css
<style>
a { background-color: #090384; }
a { background-color: rgb(9,3,132); }
div.DivClassName
{
background-color: #090384;
}
.BgClassName
{
background-color: #090384;
}
</style>
border-color css
<style>
span { border-color: #090384; }
span { border-color: rgb(9,3,132); }
td.TdClassName
{
border-color: #090384;
}
.TagClassName
{
border-color: #090384;
}
</style>