Shades of Navy Blue #1378DF
Tints of Navy Blue #1378DF
RGB
CMYK
RGB Variations
Color information
#1378DF (or 0x1378DF) is known color: Navy Blue. HEX triplet: 13, 78 and DF. RGB value is (19,120,223). Sum of RGB (Red+Green+Blue) = 19+120+223=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #1378DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1378DF is #EC8720. Grayscale: #656565. Windows color (decimal): -15501089 or 14645267. OLE color: 14645267.
HSL color Cylindrical-coordinate representation of color #1378DF: hue angle of 210.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1378DF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 120 | 223 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.13 |
| HSL | 210.29º | 0.84% | 0.47% | - |
| HSV(B) | 210.29º | 0.91% | 0.87% | - |
| XYZ | 20.3 | 18.9 | 72.39 | - |
| YUV | 101.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 120 | 223 | 0.91 | 0.46 | 0 | 0.13 | 210.29 | 0.84 | 0.47 |
| Hex | 13 | 78 | DF | 5B | 2E | 0 | D | D2 | 54 | 2F |
| Octal | 23 | 170 | 337 | 133 | 56 | 0 | 15 | 322 | 124 | 57 |
| Binary | 10011 | 1111000 | 11011111 | 1011011 | 101110 | 0 | 1101 | 11010010 | 1010100 | 101111 |
Color Harmonies of #1378DF
Complementary color
Monochromatic Colors of #1378DF
Black with #1378DF
Text Example
Text Example
White with #1378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1378DF; }
p { color: rgb(19,120,223); }
H1.HeaderClassName
{
color: #1378DF;
}
.AnyTagClassName
{
color: #1378DF;
}
</style>
background-color css
<style>
a { background-color: #1378DF; }
a { background-color: rgb(19,120,223); }
div.DivClassName
{
background-color: #1378DF;
}
.BgClassName
{
background-color: #1378DF;
}
</style>
border-color css
<style>
span { border-color: #1378DF; }
span { border-color: rgb(19,120,223); }
td.TdClassName
{
border-color: #1378DF;
}
.TagClassName
{
border-color: #1378DF;
}
</style>