Shades of Navy #03117C
Tints of Navy #03117C
RGB
CMYK
RGB Variations
Color information
#03117C (or 0x03117C) is known color: Navy. HEX triplet: 03, 11 and 7C. RGB value is (3,17,124). Sum of RGB (Red+Green+Blue) = 3+17+124=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 124 (48.83% from 255 or 86.11% from 144); Max value from RGB is 124 - color contains mainly: blue. Hex color #03117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03117C is #FCEE83. Grayscale: #181818. Windows color (decimal): -16576132 or 8130819. OLE color: 8130819.
HSL color Cylindrical-coordinate representation of color #03117C: hue angle of 233.06º 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 #03117C is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 17 | 124 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.51 |
| HSL | 233.06º | 0.95% | 0.25% | - |
| HSV(B) | 233.06º | 0.98% | 0.49% | - |
| XYZ | 3.88 | 1.88 | 19.23 | - |
| YUV | 25.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 124 | 0.98 | 0.86 | 0 | 0.51 | 233.06 | 0.95 | 0.25 |
| Hex | 3 | 11 | 7C | 62 | 56 | 0 | 33 | E9 | 5F | 19 |
| Octal | 3 | 21 | 174 | 142 | 126 | 0 | 63 | 351 | 137 | 31 |
| Binary | 11 | 10001 | 1111100 | 1100010 | 1010110 | 0 | 110011 | 11101001 | 1011111 | 11001 |
Color Harmonies of #03117C
Complementary color
Monochromatic Colors of #03117C
Black with #03117C
Text Example
Text Example
White with #03117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03117C; }
p { color: rgb(3,17,124); }
H1.HeaderClassName
{
color: #03117C;
}
.AnyTagClassName
{
color: #03117C;
}
</style>
background-color css
<style>
a { background-color: #03117C; }
a { background-color: rgb(3,17,124); }
div.DivClassName
{
background-color: #03117C;
}
.BgClassName
{
background-color: #03117C;
}
</style>
border-color css
<style>
span { border-color: #03117C; }
span { border-color: rgb(3,17,124); }
td.TdClassName
{
border-color: #03117C;
}
.TagClassName
{
border-color: #03117C;
}
</style>