Shades of Navy #03137D
Tints of Navy #03137D
RGB
CMYK
RGB Variations
Color information
#03137D (or 0x03137D) is known color: Navy. HEX triplet: 03, 13 and 7D. RGB value is (3,19,125). Sum of RGB (Red+Green+Blue) = 3+19+125=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 125 (49.22% from 255 or 85.03% from 147); Max value from RGB is 125 - color contains mainly: blue. Hex color #03137D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03137D is #FCEC82. Grayscale: #191919. Windows color (decimal): -16575619 or 8196867. OLE color: 8196867.
HSL color Cylindrical-coordinate representation of color #03137D: hue angle of 232.13º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03137D is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 19 | 125 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.51 |
| HSL | 232.13º | 0.95% | 0.25% | - |
| HSV(B) | 232.13º | 0.98% | 0.49% | - |
| XYZ | 3.97 | 1.97 | 19.57 | - |
| YUV | 26.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 125 | 0.98 | 0.85 | 0 | 0.51 | 232.13 | 0.95 | 0.25 |
| Hex | 3 | 13 | 7D | 62 | 55 | 0 | 33 | E8 | 5F | 19 |
| Octal | 3 | 23 | 175 | 142 | 125 | 0 | 63 | 350 | 137 | 31 |
| Binary | 11 | 10011 | 1111101 | 1100010 | 1010101 | 0 | 110011 | 11101000 | 1011111 | 11001 |
Color Harmonies of #03137D
Complementary color
Monochromatic Colors of #03137D
Black with #03137D
Text Example
Text Example
White with #03137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03137D; }
p { color: rgb(3,19,125); }
H1.HeaderClassName
{
color: #03137D;
}
.AnyTagClassName
{
color: #03137D;
}
</style>
background-color css
<style>
a { background-color: #03137D; }
a { background-color: rgb(3,19,125); }
div.DivClassName
{
background-color: #03137D;
}
.BgClassName
{
background-color: #03137D;
}
</style>
border-color css
<style>
span { border-color: #03137D; }
span { border-color: rgb(3,19,125); }
td.TdClassName
{
border-color: #03137D;
}
.TagClassName
{
border-color: #03137D;
}
</style>