Shades of Navy #03086E
Tints of Navy #03086E
RGB
CMYK
RGB Variations
Color information
#03086E (or 0x03086E) is known color: Navy. HEX triplet: 03, 08 and 6E. RGB value is (3,8,110). Sum of RGB (Red+Green+Blue) = 3+8+110=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #03086E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03086E is #FCF791. Grayscale: #111111. Windows color (decimal): -16578450 or 7211011. OLE color: 7211011.
HSL color Cylindrical-coordinate representation of color #03086E: hue angle of 237.2º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03086E is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 8 | 110 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.57 |
| HSL | 237.2º | 0.95% | 0.22% | - |
| HSV(B) | 237.2º | 0.97% | 0.43% | - |
| XYZ | 2.94 | 1.32 | 14.85 | - |
| YUV | 18.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 110 | 0.97 | 0.93 | 0 | 0.57 | 237.2 | 0.95 | 0.22 |
| Hex | 3 | 8 | 6E | 61 | 5D | 0 | 39 | ED | 5F | 16 |
| Octal | 3 | 10 | 156 | 141 | 135 | 0 | 71 | 355 | 137 | 26 |
| Binary | 11 | 1000 | 1101110 | 1100001 | 1011101 | 0 | 111001 | 11101101 | 1011111 | 10110 |
Color Harmonies of #03086E
Complementary color
Monochromatic Colors of #03086E
Black with #03086E
Text Example
Text Example
White with #03086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03086E; }
p { color: rgb(3,8,110); }
H1.HeaderClassName
{
color: #03086E;
}
.AnyTagClassName
{
color: #03086E;
}
</style>
background-color css
<style>
a { background-color: #03086E; }
a { background-color: rgb(3,8,110); }
div.DivClassName
{
background-color: #03086E;
}
.BgClassName
{
background-color: #03086E;
}
</style>
border-color css
<style>
span { border-color: #03086E; }
span { border-color: rgb(3,8,110); }
td.TdClassName
{
border-color: #03086E;
}
.TagClassName
{
border-color: #03086E;
}
</style>