Shades of Navy #09107C
Tints of Navy #09107C
RGB
CMYK
RGB Variations
Color information
#09107C (or 0x09107C) is known color: Navy. HEX triplet: 09, 10 and 7C. RGB value is (9,16,124). Sum of RGB (Red+Green+Blue) = 9+16+124=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 124 (48.83% from 255 or 83.22% from 149); Max value from RGB is 124 - color contains mainly: blue. Hex color #09107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09107C is #F6EF83. Grayscale: #191919. Windows color (decimal): -16183172 or 8130569. OLE color: 8130569.
HSL color Cylindrical-coordinate representation of color #09107C: hue angle of 236.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09107C is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 16 | 124 | - |
| CMYK | 0.93 | 0.87 | 0 | 0.51 |
| HSL | 236.35º | 0.86% | 0.26% | - |
| HSV(B) | 236.35º | 0.93% | 0.49% | - |
| XYZ | 3.94 | 1.88 | 19.22 | - |
| YUV | 26.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 124 | 0.93 | 0.87 | 0 | 0.51 | 236.35 | 0.86 | 0.26 |
| Hex | 9 | 10 | 7C | 5D | 57 | 0 | 33 | EC | 56 | 1A |
| Octal | 11 | 20 | 174 | 135 | 127 | 0 | 63 | 354 | 126 | 32 |
| Binary | 1001 | 10000 | 1111100 | 1011101 | 1010111 | 0 | 110011 | 11101100 | 1010110 | 11010 |
Color Harmonies of #09107C
Complementary color
Monochromatic Colors of #09107C
Black with #09107C
Text Example
Text Example
White with #09107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09107C; }
p { color: rgb(9,16,124); }
H1.HeaderClassName
{
color: #09107C;
}
.AnyTagClassName
{
color: #09107C;
}
</style>
background-color css
<style>
a { background-color: #09107C; }
a { background-color: rgb(9,16,124); }
div.DivClassName
{
background-color: #09107C;
}
.BgClassName
{
background-color: #09107C;
}
</style>
border-color css
<style>
span { border-color: #09107C; }
span { border-color: rgb(9,16,124); }
td.TdClassName
{
border-color: #09107C;
}
.TagClassName
{
border-color: #09107C;
}
</style>