Shades of Navy #0F097B
Tints of Navy #0F097B
RGB
CMYK
RGB Variations
Color information
#0F097B (or 0x0F097B) is known color: Navy. HEX triplet: 0F, 09 and 7B. RGB value is (15,9,123). Sum of RGB (Red+Green+Blue) = 15+9+123=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F097B is #F0F684. Grayscale: #171717. Windows color (decimal): -15791749 or 8063247. OLE color: 8063247.
HSL color Cylindrical-coordinate representation of color #0F097B: hue angle of 243.16º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F097B is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 9 | 123 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.52 |
| HSL | 243.16º | 0.86% | 0.26% | - |
| HSV(B) | 243.16º | 0.93% | 0.48% | - |
| XYZ | 3.87 | 1.73 | 18.87 | - |
| YUV | 23.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 123 | 0.88 | 0.93 | 0 | 0.52 | 243.16 | 0.86 | 0.26 |
| Hex | F | 9 | 7B | 58 | 5D | 0 | 34 | F3 | 56 | 1A |
| Octal | 17 | 11 | 173 | 130 | 135 | 0 | 64 | 363 | 126 | 32 |
| Binary | 1111 | 1001 | 1111011 | 1011000 | 1011101 | 0 | 110100 | 11110011 | 1010110 | 11010 |
Color Harmonies of #0F097B
Complementary color
Monochromatic Colors of #0F097B
Black with #0F097B
Text Example
Text Example
White with #0F097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F097B; }
p { color: rgb(15,9,123); }
H1.HeaderClassName
{
color: #0F097B;
}
.AnyTagClassName
{
color: #0F097B;
}
</style>
background-color css
<style>
a { background-color: #0F097B; }
a { background-color: rgb(15,9,123); }
div.DivClassName
{
background-color: #0F097B;
}
.BgClassName
{
background-color: #0F097B;
}
</style>
border-color css
<style>
span { border-color: #0F097B; }
span { border-color: rgb(15,9,123); }
td.TdClassName
{
border-color: #0F097B;
}
.TagClassName
{
border-color: #0F097B;
}
</style>