Shades of Navy #03096F
Tints of Navy #03096F
RGB
CMYK
RGB Variations
Color information
#03096F (or 0x03096F) is known color: Navy. HEX triplet: 03, 09 and 6F. RGB value is (3,9,111). Sum of RGB (Red+Green+Blue) = 3+9+111=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 111 (43.75% from 255 or 90.24% from 123); Max value from RGB is 111 - color contains mainly: blue. Hex color #03096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03096F is #FCF690. Grayscale: #121212. Windows color (decimal): -16578193 or 7276803. OLE color: 7276803.
HSL color Cylindrical-coordinate representation of color #03096F: hue angle of 236.67º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03096F is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 9 | 111 | - |
| CMYK | 0.97 | 0.92 | 0 | 0.56 |
| HSL | 236.67º | 0.95% | 0.22% | - |
| HSV(B) | 236.67º | 0.97% | 0.44% | - |
| XYZ | 3 | 1.36 | 15.14 | - |
| YUV | 18.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 9 | 111 | 0.97 | 0.92 | 0 | 0.56 | 236.67 | 0.95 | 0.22 |
| Hex | 3 | 9 | 6F | 61 | 5C | 0 | 38 | ED | 5F | 16 |
| Octal | 3 | 11 | 157 | 141 | 134 | 0 | 70 | 355 | 137 | 26 |
| Binary | 11 | 1001 | 1101111 | 1100001 | 1011100 | 0 | 111000 | 11101101 | 1011111 | 10110 |
Color Harmonies of #03096F
Complementary color
Monochromatic Colors of #03096F
Black with #03096F
Text Example
Text Example
White with #03096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03096F; }
p { color: rgb(3,9,111); }
H1.HeaderClassName
{
color: #03096F;
}
.AnyTagClassName
{
color: #03096F;
}
</style>
background-color css
<style>
a { background-color: #03096F; }
a { background-color: rgb(3,9,111); }
div.DivClassName
{
background-color: #03096F;
}
.BgClassName
{
background-color: #03096F;
}
</style>
border-color css
<style>
span { border-color: #03096F; }
span { border-color: rgb(3,9,111); }
td.TdClassName
{
border-color: #03096F;
}
.TagClassName
{
border-color: #03096F;
}
</style>