Shades of Navy Blue #1373CE
Tints of Navy Blue #1373CE
RGB
CMYK
RGB Variations
Color information
#1373CE (or 0x1373CE) is known color: Navy Blue. HEX triplet: 13, 73 and CE. RGB value is (19,115,206). Sum of RGB (Red+Green+Blue) = 19+115+206=340 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #1373CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373CE is #EC8C31. Grayscale: #606060. Windows color (decimal): -15502386 or 13529875. OLE color: 13529875.
HSL color Cylindrical-coordinate representation of color #1373CE: hue angle of 209.2º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1373CE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 115 | 206 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.19 |
| HSL | 209.2º | 0.83% | 0.44% | - |
| HSV(B) | 209.2º | 0.91% | 0.81% | - |
| XYZ | 17.54 | 16.86 | 60.72 | - |
| YUV | 96.67 | 189.7 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 206 | 0.91 | 0.44 | 0 | 0.19 | 209.2 | 0.83 | 0.44 |
| Hex | 13 | 73 | CE | 5B | 2C | 0 | 13 | D1 | 53 | 2C |
| Octal | 23 | 163 | 316 | 133 | 54 | 0 | 23 | 321 | 123 | 54 |
| Binary | 10011 | 1110011 | 11001110 | 1011011 | 101100 | 0 | 10011 | 11010001 | 1010011 | 101100 |
Color Harmonies of #1373CE
Complementary color
Monochromatic Colors of #1373CE
Black with #1373CE
Text Example
Text Example
White with #1373CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1373CE; }
p { color: rgb(19,115,206); }
H1.HeaderClassName
{
color: #1373CE;
}
.AnyTagClassName
{
color: #1373CE;
}
</style>
background-color css
<style>
a { background-color: #1373CE; }
a { background-color: rgb(19,115,206); }
div.DivClassName
{
background-color: #1373CE;
}
.BgClassName
{
background-color: #1373CE;
}
</style>
border-color css
<style>
span { border-color: #1373CE; }
span { border-color: rgb(19,115,206); }
td.TdClassName
{
border-color: #1373CE;
}
.TagClassName
{
border-color: #1373CE;
}
</style>