Shades of Navy #13006F
Tints of Navy #13006F
RGB
CMYK
RGB Variations
Color information
#13006F (or 0x13006F) is known color: Navy. HEX triplet: 13, 00 and 6F. RGB value is (19,0,111). Sum of RGB (Red+Green+Blue) = 19+0+111=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #13006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006F is #ECFF90. Grayscale: #111111. Windows color (decimal): -15531921 or 7274515. OLE color: 7274515.
HSL color Cylindrical-coordinate representation of color #13006F: hue angle of 250.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13006F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 0 | 111 | - |
| CMYK | 0.83 | 1 | 0 | 0.56 |
| HSL | 250.27º | 1% | 0.22% | - |
| HSV(B) | 250.27º | 1% | 0.44% | - |
| XYZ | 3.14 | 1.29 | 15.12 | - |
| YUV | 18.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 111 | 0.83 | 1 | 0 | 0.56 | 250.27 | 1 | 0.22 |
| Hex | 13 | 0 | 6F | 53 | 64 | 0 | 38 | FA | 64 | 16 |
| Octal | 23 | 0 | 157 | 123 | 144 | 0 | 70 | 372 | 144 | 26 |
| Binary | 10011 | 0 | 1101111 | 1010011 | 1100100 | 0 | 111000 | 11111010 | 1100100 | 10110 |
Color Harmonies of #13006F
Complementary color
Monochromatic Colors of #13006F
Black with #13006F
Text Example
Text Example
White with #13006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13006F; }
p { color: rgb(19,0,111); }
H1.HeaderClassName
{
color: #13006F;
}
.AnyTagClassName
{
color: #13006F;
}
</style>
background-color css
<style>
a { background-color: #13006F; }
a { background-color: rgb(19,0,111); }
div.DivClassName
{
background-color: #13006F;
}
.BgClassName
{
background-color: #13006F;
}
</style>
border-color css
<style>
span { border-color: #13006F; }
span { border-color: rgb(19,0,111); }
td.TdClassName
{
border-color: #13006F;
}
.TagClassName
{
border-color: #13006F;
}
</style>