Shades of Navy Blue #1367DE
Tints of Navy Blue #1367DE
RGB
CMYK
RGB Variations
Color information
#1367DE (or 0x1367DE) is known color: Navy Blue. HEX triplet: 13, 67 and DE. RGB value is (19,103,222). Sum of RGB (Red+Green+Blue) = 19+103+222=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #1367DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367DE is #EC9821. Grayscale: #5A5A5A. Windows color (decimal): -15505442 or 14575379. OLE color: 14575379.
HSL color Cylindrical-coordinate representation of color #1367DE: hue angle of 215.17º 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 #1367DE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 103 | 222 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.13 |
| HSL | 215.17º | 0.84% | 0.47% | - |
| HSV(B) | 215.17º | 0.91% | 0.87% | - |
| XYZ | 18.3 | 15.11 | 71.06 | - |
| YUV | 91.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 222 | 0.91 | 0.54 | 0 | 0.13 | 215.17 | 0.84 | 0.47 |
| Hex | 13 | 67 | DE | 5B | 36 | 0 | D | D7 | 54 | 2F |
| Octal | 23 | 147 | 336 | 133 | 66 | 0 | 15 | 327 | 124 | 57 |
| Binary | 10011 | 1100111 | 11011110 | 1011011 | 110110 | 0 | 1101 | 11010111 | 1010100 | 101111 |
Color Harmonies of #1367DE
Complementary color
Monochromatic Colors of #1367DE
Black with #1367DE
Text Example
Text Example
White with #1367DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367DE; }
p { color: rgb(19,103,222); }
H1.HeaderClassName
{
color: #1367DE;
}
.AnyTagClassName
{
color: #1367DE;
}
</style>
background-color css
<style>
a { background-color: #1367DE; }
a { background-color: rgb(19,103,222); }
div.DivClassName
{
background-color: #1367DE;
}
.BgClassName
{
background-color: #1367DE;
}
</style>
border-color css
<style>
span { border-color: #1367DE; }
span { border-color: rgb(19,103,222); }
td.TdClassName
{
border-color: #1367DE;
}
.TagClassName
{
border-color: #1367DE;
}
</style>