Shades of Navy Blue #1378CE
Tints of Navy Blue #1378CE
RGB
CMYK
RGB Variations
Color information
#1378CE (or 0x1378CE) is known color: Navy Blue. HEX triplet: 13, 78 and CE. RGB value is (19,120,206). Sum of RGB (Red+Green+Blue) = 19+120+206=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #1378CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378CE is #EC8731. Grayscale: #636363. Windows color (decimal): -15501106 or 13531155. OLE color: 13531155.
HSL color Cylindrical-coordinate representation of color #1378CE: hue angle of 207.59º 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 #1378CE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 120 | 206 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.19 |
| HSL | 207.59º | 0.83% | 0.44% | - |
| HSV(B) | 207.59º | 0.91% | 0.81% | - |
| XYZ | 18.13 | 18.03 | 60.92 | - |
| YUV | 99.61 | 188.04 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 206 | 0.91 | 0.42 | 0 | 0.19 | 207.59 | 0.83 | 0.44 |
| Hex | 13 | 78 | CE | 5B | 2A | 0 | 13 | D0 | 53 | 2C |
| Octal | 23 | 170 | 316 | 133 | 52 | 0 | 23 | 320 | 123 | 54 |
| Binary | 10011 | 1111000 | 11001110 | 1011011 | 101010 | 0 | 10011 | 11010000 | 1010011 | 101100 |
Color Harmonies of #1378CE
Complementary color
Monochromatic Colors of #1378CE
Black with #1378CE
Text Example
Text Example
White with #1378CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378CE; }
p { color: rgb(19,120,206); }
H1.HeaderClassName
{
color: #1378CE;
}
.AnyTagClassName
{
color: #1378CE;
}
</style>
background-color css
<style>
a { background-color: #1378CE; }
a { background-color: rgb(19,120,206); }
div.DivClassName
{
background-color: #1378CE;
}
.BgClassName
{
background-color: #1378CE;
}
</style>
border-color css
<style>
span { border-color: #1378CE; }
span { border-color: rgb(19,120,206); }
td.TdClassName
{
border-color: #1378CE;
}
.TagClassName
{
border-color: #1378CE;
}
</style>