Shades of Navy Blue #1367E0
Tints of Navy Blue #1367E0
RGB
CMYK
RGB Variations
Color information
#1367E0 (or 0x1367E0) is known color: Navy Blue. HEX triplet: 13, 67 and E0. RGB value is (19,103,224). Sum of RGB (Red+Green+Blue) = 19+103+224=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #1367E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1367E0 is #EC981F. Grayscale: #5B5B5B. Windows color (decimal): -15505440 or 14706451. OLE color: 14706451.
HSL color Cylindrical-coordinate representation of color #1367E0: hue angle of 215.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1367E0 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 103 | 224 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.12 |
| HSL | 215.41º | 0.84% | 0.48% | - |
| HSV(B) | 215.41º | 0.92% | 0.88% | - |
| XYZ | 18.57 | 15.22 | 72.48 | - |
| YUV | 91.68 | 202.67 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 224 | 0.92 | 0.54 | 0 | 0.12 | 215.41 | 0.84 | 0.48 |
| Hex | 13 | 67 | E0 | 5C | 36 | 0 | C | D7 | 54 | 30 |
| Octal | 23 | 147 | 340 | 134 | 66 | 0 | 14 | 327 | 124 | 60 |
| Binary | 10011 | 1100111 | 11100000 | 1011100 | 110110 | 0 | 1100 | 11010111 | 1010100 | 110000 |
Color Harmonies of #1367E0
Complementary color
Monochromatic Colors of #1367E0
Black with #1367E0
Text Example
Text Example
White with #1367E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367E0; }
p { color: rgb(19,103,224); }
H1.HeaderClassName
{
color: #1367E0;
}
.AnyTagClassName
{
color: #1367E0;
}
</style>
background-color css
<style>
a { background-color: #1367E0; }
a { background-color: rgb(19,103,224); }
div.DivClassName
{
background-color: #1367E0;
}
.BgClassName
{
background-color: #1367E0;
}
</style>
border-color css
<style>
span { border-color: #1367E0; }
span { border-color: rgb(19,103,224); }
td.TdClassName
{
border-color: #1367E0;
}
.TagClassName
{
border-color: #1367E0;
}
</style>