Shades of Navy #09037C
Tints of Navy #09037C
RGB
CMYK
RGB Variations
Color information
#09037C (or 0x09037C) is known color: Navy. HEX triplet: 09, 03 and 7C. RGB value is (9,3,124). Sum of RGB (Red+Green+Blue) = 9+3+124=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 124 (48.83% from 255 or 91.18% from 136); Max value from RGB is 124 - color contains mainly: blue. Hex color #09037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09037C is #F6FC83. Grayscale: #121212. Windows color (decimal): -16186500 or 8127241. OLE color: 8127241.
HSL color Cylindrical-coordinate representation of color #09037C: hue angle of 242.98º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09037C is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 3 | 124 | - |
| CMYK | 0.93 | 0.98 | 0 | 0.51 |
| HSL | 242.98º | 0.95% | 0.25% | - |
| HSV(B) | 242.98º | 0.98% | 0.49% | - |
| XYZ | 3.78 | 1.58 | 19.17 | - |
| YUV | 18.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 3 | 124 | 0.93 | 0.98 | 0 | 0.51 | 242.98 | 0.95 | 0.25 |
| Hex | 9 | 3 | 7C | 5D | 62 | 0 | 33 | F3 | 5F | 19 |
| Octal | 11 | 3 | 174 | 135 | 142 | 0 | 63 | 363 | 137 | 31 |
| Binary | 1001 | 11 | 1111100 | 1011101 | 1100010 | 0 | 110011 | 11110011 | 1011111 | 11001 |
Color Harmonies of #09037C
Complementary color
Monochromatic Colors of #09037C
Black with #09037C
Text Example
Text Example
White with #09037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09037C; }
p { color: rgb(9,3,124); }
H1.HeaderClassName
{
color: #09037C;
}
.AnyTagClassName
{
color: #09037C;
}
</style>
background-color css
<style>
a { background-color: #09037C; }
a { background-color: rgb(9,3,124); }
div.DivClassName
{
background-color: #09037C;
}
.BgClassName
{
background-color: #09037C;
}
</style>
border-color css
<style>
span { border-color: #09037C; }
span { border-color: rgb(9,3,124); }
td.TdClassName
{
border-color: #09037C;
}
.TagClassName
{
border-color: #09037C;
}
</style>