Shades of Navy #130376
Tints of Navy #130376
RGB
CMYK
RGB Variations
Color information
#130376 (or 0x130376) is known color: Navy. HEX triplet: 13, 03 and 76. RGB value is (19,3,118). Sum of RGB (Red+Green+Blue) = 19+3+118=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #130376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130376 is #ECFC89. Grayscale: #141414. Windows color (decimal): -15531146 or 7734035. OLE color: 7734035.
HSL color Cylindrical-coordinate representation of color #130376: hue angle of 248.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130376 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 3 | 118 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.54 |
| HSL | 248.35º | 0.95% | 0.24% | - |
| HSV(B) | 248.35º | 0.97% | 0.46% | - |
| XYZ | 3.57 | 1.51 | 17.24 | - |
| YUV | 20.89 | 182.8 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 118 | 0.84 | 0.97 | 0 | 0.54 | 248.35 | 0.95 | 0.24 |
| Hex | 13 | 3 | 76 | 54 | 61 | 0 | 36 | F8 | 5F | 18 |
| Octal | 23 | 3 | 166 | 124 | 141 | 0 | 66 | 370 | 137 | 30 |
| Binary | 10011 | 11 | 1110110 | 1010100 | 1100001 | 0 | 110110 | 11111000 | 1011111 | 11000 |
Color Harmonies of #130376
Complementary color
Monochromatic Colors of #130376
Black with #130376
Text Example
Text Example
White with #130376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130376; }
p { color: rgb(19,3,118); }
H1.HeaderClassName
{
color: #130376;
}
.AnyTagClassName
{
color: #130376;
}
</style>
background-color css
<style>
a { background-color: #130376; }
a { background-color: rgb(19,3,118); }
div.DivClassName
{
background-color: #130376;
}
.BgClassName
{
background-color: #130376;
}
</style>
border-color css
<style>
span { border-color: #130376; }
span { border-color: rgb(19,3,118); }
td.TdClassName
{
border-color: #130376;
}
.TagClassName
{
border-color: #130376;
}
</style>