Shades of Navy #090C75
Tints of Navy #090C75
RGB
CMYK
RGB Variations
Color information
#090C75 (or 0x090C75) is known color: Navy. HEX triplet: 09, 0C and 75. RGB value is (9,12,117). Sum of RGB (Red+Green+Blue) = 9+12+117=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 117 (46.09% from 255 or 84.78% from 138); Max value from RGB is 117 - color contains mainly: blue. Hex color #090C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090C75 is #F6F38A. Grayscale: #161616. Windows color (decimal): -16184203 or 7670793. OLE color: 7670793.
HSL color Cylindrical-coordinate representation of color #090C75: hue angle of 238.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090C75 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 12 | 117 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.54 |
| HSL | 238.33º | 0.86% | 0.25% | - |
| HSV(B) | 238.33º | 0.92% | 0.46% | - |
| XYZ | 3.46 | 1.61 | 16.96 | - |
| YUV | 23.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 117 | 0.92 | 0.90 | 0 | 0.54 | 238.33 | 0.86 | 0.25 |
| Hex | 9 | C | 75 | 5C | 5A | 0 | 36 | EE | 56 | 19 |
| Octal | 11 | 14 | 165 | 134 | 132 | 0 | 66 | 356 | 126 | 31 |
| Binary | 1001 | 1100 | 1110101 | 1011100 | 1011010 | 0 | 110110 | 11101110 | 1010110 | 11001 |
Color Harmonies of #090C75
Complementary color
Monochromatic Colors of #090C75
Black with #090C75
Text Example
Text Example
White with #090C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C75; }
p { color: rgb(9,12,117); }
H1.HeaderClassName
{
color: #090C75;
}
.AnyTagClassName
{
color: #090C75;
}
</style>
background-color css
<style>
a { background-color: #090C75; }
a { background-color: rgb(9,12,117); }
div.DivClassName
{
background-color: #090C75;
}
.BgClassName
{
background-color: #090C75;
}
</style>
border-color css
<style>
span { border-color: #090C75; }
span { border-color: rgb(9,12,117); }
td.TdClassName
{
border-color: #090C75;
}
.TagClassName
{
border-color: #090C75;
}
</style>