Shades of Navy #03157D
Tints of Navy #03157D
RGB
CMYK
RGB Variations
Color information
#03157D (or 0x03157D) is known color: Navy. HEX triplet: 03, 15 and 7D. RGB value is (3,21,125). Sum of RGB (Red+Green+Blue) = 3+21+125=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #03157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03157D is #FCEA82. Grayscale: #1B1B1B. Windows color (decimal): -16575107 or 8197379. OLE color: 8197379.
HSL color Cylindrical-coordinate representation of color #03157D: hue angle of 231.15º 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 #03157D is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 21 | 125 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.51 |
| HSL | 231.15º | 0.95% | 0.25% | - |
| HSV(B) | 231.15º | 0.98% | 0.49% | - |
| XYZ | 4.01 | 2.04 | 19.58 | - |
| YUV | 27.47 | 183.04 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 125 | 0.98 | 0.83 | 0 | 0.51 | 231.15 | 0.95 | 0.25 |
| Hex | 3 | 15 | 7D | 62 | 53 | 0 | 33 | E7 | 5F | 19 |
| Octal | 3 | 25 | 175 | 142 | 123 | 0 | 63 | 347 | 137 | 31 |
| Binary | 11 | 10101 | 1111101 | 1100010 | 1010011 | 0 | 110011 | 11100111 | 1011111 | 11001 |
Color Harmonies of #03157D
Complementary color
Monochromatic Colors of #03157D
Black with #03157D
Text Example
Text Example
White with #03157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03157D; }
p { color: rgb(3,21,125); }
H1.HeaderClassName
{
color: #03157D;
}
.AnyTagClassName
{
color: #03157D;
}
</style>
background-color css
<style>
a { background-color: #03157D; }
a { background-color: rgb(3,21,125); }
div.DivClassName
{
background-color: #03157D;
}
.BgClassName
{
background-color: #03157D;
}
</style>
border-color css
<style>
span { border-color: #03157D; }
span { border-color: rgb(3,21,125); }
td.TdClassName
{
border-color: #03157D;
}
.TagClassName
{
border-color: #03157D;
}
</style>