Shades of Navy #090D83
Tints of Navy #090D83
RGB
CMYK
RGB Variations
Color information
#090D83 (or 0x090D83) is known color: Navy. HEX triplet: 09, 0D and 83. RGB value is (9,13,131). Sum of RGB (Red+Green+Blue) = 9+13+131=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #090D83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090D83 is #F6F27C. Grayscale: #181818. Windows color (decimal): -16183933 or 8588553. OLE color: 8588553.
HSL color Cylindrical-coordinate representation of color #090D83: hue angle of 238.03º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090D83 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 13 | 131 | - |
| CMYK | 0.93 | 0.90 | 0 | 0.49 |
| HSL | 238.03º | 0.87% | 0.27% | - |
| HSV(B) | 238.03º | 0.93% | 0.51% | - |
| XYZ | 4.35 | 1.98 | 21.63 | - |
| YUV | 25.26 | 187.67 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 131 | 0.93 | 0.90 | 0 | 0.49 | 238.03 | 0.87 | 0.27 |
| Hex | 9 | D | 83 | 5D | 5A | 0 | 31 | EE | 57 | 1B |
| Octal | 11 | 15 | 203 | 135 | 132 | 0 | 61 | 356 | 127 | 33 |
| Binary | 1001 | 1101 | 10000011 | 1011101 | 1011010 | 0 | 110001 | 11101110 | 1010111 | 11011 |
Color Harmonies of #090D83
Complementary color
Monochromatic Colors of #090D83
Black with #090D83
Text Example
Text Example
White with #090D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D83; }
p { color: rgb(9,13,131); }
H1.HeaderClassName
{
color: #090D83;
}
.AnyTagClassName
{
color: #090D83;
}
</style>
background-color css
<style>
a { background-color: #090D83; }
a { background-color: rgb(9,13,131); }
div.DivClassName
{
background-color: #090D83;
}
.BgClassName
{
background-color: #090D83;
}
</style>
border-color css
<style>
span { border-color: #090D83; }
span { border-color: rgb(9,13,131); }
td.TdClassName
{
border-color: #090D83;
}
.TagClassName
{
border-color: #090D83;
}
</style>