Shades of Navy #00097C
Tints of Navy #00097C
RGB
CMYK
RGB Variations
Color information
#00097C (or 0x00097C) is known color: Navy. HEX triplet: 00, 09 and 7C. RGB value is (0,9,124). Sum of RGB (Red+Green+Blue) = 0+9+124=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 124 (48.83% from 255 or 93.23% from 133); Max value from RGB is 124 - color contains mainly: blue. Hex color #00097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00097C is #FFF683. Grayscale: #121212. Windows color (decimal): -16774788 or 8128768. OLE color: 8128768.
HSL color Cylindrical-coordinate representation of color #00097C: hue angle of 235.65º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00097C is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 9 | 124 | - |
| CMYK | 1 | 0.93 | 0 | 0.51 |
| HSL | 235.65º | 1% | 0.24% | - |
| HSV(B) | 235.65º | 1% | 0.49% | - |
| XYZ | 3.74 | 1.65 | 19.19 | - |
| YUV | 19.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 9 | 124 | 1 | 0.93 | 0 | 0.51 | 235.65 | 1 | 0.24 |
| Hex | 0 | 9 | 7C | 64 | 5D | 0 | 33 | EC | 64 | 18 |
| Octal | 0 | 11 | 174 | 144 | 135 | 0 | 63 | 354 | 144 | 30 |
| Binary | 0 | 1001 | 1111100 | 1100100 | 1011101 | 0 | 110011 | 11101100 | 1100100 | 11000 |
Color Harmonies of #00097C
Complementary color
Monochromatic Colors of #00097C
Black with #00097C
Text Example
Text Example
White with #00097C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00097C; }
p { color: rgb(0,9,124); }
H1.HeaderClassName
{
color: #00097C;
}
.AnyTagClassName
{
color: #00097C;
}
</style>
background-color css
<style>
a { background-color: #00097C; }
a { background-color: rgb(0,9,124); }
div.DivClassName
{
background-color: #00097C;
}
.BgClassName
{
background-color: #00097C;
}
</style>
border-color css
<style>
span { border-color: #00097C; }
span { border-color: rgb(0,9,124); }
td.TdClassName
{
border-color: #00097C;
}
.TagClassName
{
border-color: #00097C;
}
</style>