Shades of Navy #03197F
Tints of Navy #03197F
RGB
CMYK
RGB Variations
Color information
#03197F (or 0x03197F) is known color: Navy. HEX triplet: 03, 19 and 7F. RGB value is (3,25,127). Sum of RGB (Red+Green+Blue) = 3+25+127=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 127 (50% from 255 or 81.94% from 155); Max value from RGB is 127 - color contains mainly: blue. Hex color #03197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03197F is #FCE680. Grayscale: #1D1D1D. Windows color (decimal): -16574081 or 8329475. OLE color: 8329475.
HSL color Cylindrical-coordinate representation of color #03197F: hue angle of 229.35º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03197F is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 25 | 127 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.50 |
| HSL | 229.35º | 0.95% | 0.25% | - |
| HSV(B) | 229.35º | 0.98% | 0.5% | - |
| XYZ | 4.22 | 2.25 | 20.29 | - |
| YUV | 30.05 | 182.71 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 127 | 0.98 | 0.80 | 0 | 0.50 | 229.35 | 0.95 | 0.25 |
| Hex | 3 | 19 | 7F | 62 | 50 | 0 | 32 | E5 | 5F | 19 |
| Octal | 3 | 31 | 177 | 142 | 120 | 0 | 62 | 345 | 137 | 31 |
| Binary | 11 | 11001 | 1111111 | 1100010 | 1010000 | 0 | 110010 | 11100101 | 1011111 | 11001 |
Color Harmonies of #03197F
Complementary color
Monochromatic Colors of #03197F
Black with #03197F
Text Example
Text Example
White with #03197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03197F; }
p { color: rgb(3,25,127); }
H1.HeaderClassName
{
color: #03197F;
}
.AnyTagClassName
{
color: #03197F;
}
</style>
background-color css
<style>
a { background-color: #03197F; }
a { background-color: rgb(3,25,127); }
div.DivClassName
{
background-color: #03197F;
}
.BgClassName
{
background-color: #03197F;
}
</style>
border-color css
<style>
span { border-color: #03197F; }
span { border-color: rgb(3,25,127); }
td.TdClassName
{
border-color: #03197F;
}
.TagClassName
{
border-color: #03197F;
}
</style>