Shades of Navy Blue #1375CE
Tints of Navy Blue #1375CE
RGB
CMYK
RGB Variations
Color information
#1375CE (or 0x1375CE) is known color: Navy Blue. HEX triplet: 13, 75 and CE. RGB value is (19,117,206). Sum of RGB (Red+Green+Blue) = 19+117+206=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #1375CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375CE is #EC8A31. Grayscale: #616161. Windows color (decimal): -15501874 or 13530387. OLE color: 13530387.
HSL color Cylindrical-coordinate representation of color #1375CE: hue angle of 208.56º 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 #1375CE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 117 | 206 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.19 |
| HSL | 208.56º | 0.83% | 0.44% | - |
| HSV(B) | 208.56º | 0.91% | 0.81% | - |
| XYZ | 17.77 | 17.32 | 60.8 | - |
| YUV | 97.84 | 189.03 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 206 | 0.91 | 0.43 | 0 | 0.19 | 208.56 | 0.83 | 0.44 |
| Hex | 13 | 75 | CE | 5B | 2B | 0 | 13 | D1 | 53 | 2C |
| Octal | 23 | 165 | 316 | 133 | 53 | 0 | 23 | 321 | 123 | 54 |
| Binary | 10011 | 1110101 | 11001110 | 1011011 | 101011 | 0 | 10011 | 11010001 | 1010011 | 101100 |
Color Harmonies of #1375CE
Complementary color
Monochromatic Colors of #1375CE
Black with #1375CE
Text Example
Text Example
White with #1375CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375CE; }
p { color: rgb(19,117,206); }
H1.HeaderClassName
{
color: #1375CE;
}
.AnyTagClassName
{
color: #1375CE;
}
</style>
background-color css
<style>
a { background-color: #1375CE; }
a { background-color: rgb(19,117,206); }
div.DivClassName
{
background-color: #1375CE;
}
.BgClassName
{
background-color: #1375CE;
}
</style>
border-color css
<style>
span { border-color: #1375CE; }
span { border-color: rgb(19,117,206); }
td.TdClassName
{
border-color: #1375CE;
}
.TagClassName
{
border-color: #1375CE;
}
</style>