Shades of Navy #090385
Tints of Navy #090385
RGB
CMYK
RGB Variations
Color information
#090385 (or 0x090385) is known color: Navy. HEX triplet: 09, 03 and 85. RGB value is (9,3,133). Sum of RGB (Red+Green+Blue) = 9+3+133=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 133 (52.34% from 255 or 91.72% from 145); Max value from RGB is 133 - color contains mainly: blue. Hex color #090385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090385 is #F6FC7A. Grayscale: #131313. Windows color (decimal): -16186491 or 8717065. OLE color: 8717065.
HSL color Cylindrical-coordinate representation of color #090385: hue angle of 242.77º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090385 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 3 | 133 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.48 |
| HSL | 242.77º | 0.96% | 0.27% | - |
| HSV(B) | 242.77º | 0.98% | 0.52% | - |
| XYZ | 4.38 | 1.82 | 22.31 | - |
| YUV | 19.61 | 191.99 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 133 | 0.93 | 0.98 | 0 | 0.48 | 242.77 | 0.96 | 0.27 |
| Hex | 9 | 3 | 85 | 5D | 62 | 0 | 30 | F3 | 60 | 1B |
| Octal | 11 | 3 | 205 | 135 | 142 | 0 | 60 | 363 | 140 | 33 |
| Binary | 1001 | 11 | 10000101 | 1011101 | 1100010 | 0 | 110000 | 11110011 | 1100000 | 11011 |
Color Harmonies of #090385
Complementary color
Monochromatic Colors of #090385
Black with #090385
Text Example
Text Example
White with #090385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090385; }
p { color: rgb(9,3,133); }
H1.HeaderClassName
{
color: #090385;
}
.AnyTagClassName
{
color: #090385;
}
</style>
background-color css
<style>
a { background-color: #090385; }
a { background-color: rgb(9,3,133); }
div.DivClassName
{
background-color: #090385;
}
.BgClassName
{
background-color: #090385;
}
</style>
border-color css
<style>
span { border-color: #090385; }
span { border-color: rgb(9,3,133); }
td.TdClassName
{
border-color: #090385;
}
.TagClassName
{
border-color: #090385;
}
</style>