Shades of Navy #06097F
Tints of Navy #06097F
RGB
CMYK
RGB Variations
Color information
#06097F (or 0x06097F) is known color: Navy. HEX triplet: 06, 09 and 7F. RGB value is (6,9,127). Sum of RGB (Red+Green+Blue) = 6+9+127=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #06097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06097F is #F9F680. Grayscale: #151515. Windows color (decimal): -16381569 or 8325382. OLE color: 8325382.
HSL color Cylindrical-coordinate representation of color #06097F: hue angle of 238.51º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06097F is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 9 | 127 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.50 |
| HSL | 238.51º | 0.91% | 0.26% | - |
| HSV(B) | 238.51º | 0.95% | 0.5% | - |
| XYZ | 4 | 1.77 | 20.21 | - |
| YUV | 21.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 127 | 0.95 | 0.93 | 0 | 0.50 | 238.51 | 0.91 | 0.26 |
| Hex | 6 | 9 | 7F | 5F | 5D | 0 | 32 | EF | 5B | 1A |
| Octal | 6 | 11 | 177 | 137 | 135 | 0 | 62 | 357 | 133 | 32 |
| Binary | 110 | 1001 | 1111111 | 1011111 | 1011101 | 0 | 110010 | 11101111 | 1011011 | 11010 |
Color Harmonies of #06097F
Complementary color
Monochromatic Colors of #06097F
Black with #06097F
Text Example
Text Example
White with #06097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06097F; }
p { color: rgb(6,9,127); }
H1.HeaderClassName
{
color: #06097F;
}
.AnyTagClassName
{
color: #06097F;
}
</style>
background-color css
<style>
a { background-color: #06097F; }
a { background-color: rgb(6,9,127); }
div.DivClassName
{
background-color: #06097F;
}
.BgClassName
{
background-color: #06097F;
}
</style>
border-color css
<style>
span { border-color: #06097F; }
span { border-color: rgb(6,9,127); }
td.TdClassName
{
border-color: #06097F;
}
.TagClassName
{
border-color: #06097F;
}
</style>