Shades of Navy #06097B
Tints of Navy #06097B
RGB
CMYK
RGB Variations
Color information
#06097B (or 0x06097B) is known color: Navy. HEX triplet: 06, 09 and 7B. RGB value is (6,9,123). Sum of RGB (Red+Green+Blue) = 6+9+123=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #06097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06097B is #F9F684. Grayscale: #141414. Windows color (decimal): -16381573 or 8063238. OLE color: 8063238.
HSL color Cylindrical-coordinate representation of color #06097B: hue angle of 238.46º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06097B is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 9 | 123 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.52 |
| HSL | 238.46º | 0.91% | 0.25% | - |
| HSV(B) | 238.46º | 0.95% | 0.48% | - |
| XYZ | 3.75 | 1.66 | 18.86 | - |
| YUV | 21.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 9 | 123 | 0.95 | 0.93 | 0 | 0.52 | 238.46 | 0.91 | 0.25 |
| Hex | 6 | 9 | 7B | 5F | 5D | 0 | 34 | EE | 5B | 19 |
| Octal | 6 | 11 | 173 | 137 | 135 | 0 | 64 | 356 | 133 | 31 |
| Binary | 110 | 1001 | 1111011 | 1011111 | 1011101 | 0 | 110100 | 11101110 | 1011011 | 11001 |
Color Harmonies of #06097B
Complementary color
Monochromatic Colors of #06097B
Black with #06097B
Text Example
Text Example
White with #06097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06097B; }
p { color: rgb(6,9,123); }
H1.HeaderClassName
{
color: #06097B;
}
.AnyTagClassName
{
color: #06097B;
}
</style>
background-color css
<style>
a { background-color: #06097B; }
a { background-color: rgb(6,9,123); }
div.DivClassName
{
background-color: #06097B;
}
.BgClassName
{
background-color: #06097B;
}
</style>
border-color css
<style>
span { border-color: #06097B; }
span { border-color: rgb(6,9,123); }
td.TdClassName
{
border-color: #06097B;
}
.TagClassName
{
border-color: #06097B;
}
</style>