Shades of Navy Blue #1367F1
Tints of Navy Blue #1367F1
RGB
CMYK
RGB Variations
Color information
#1367F1 (or 0x1367F1) is known color: Navy Blue. HEX triplet: 13, 67 and F1. RGB value is (19,103,241). Sum of RGB (Red+Green+Blue) = 19+103+241=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #1367F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367F1 is #EC980E. Grayscale: #5C5C5C. Windows color (decimal): -15505423 or 15820563. OLE color: 15820563.
HSL color Cylindrical-coordinate representation of color #1367F1: hue angle of 217.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1367F1 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 103 | 241 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.05 |
| HSL | 217.3º | 0.89% | 0.51% | - |
| HSV(B) | 217.3º | 0.92% | 0.95% | - |
| XYZ | 21 | 16.19 | 85.24 | - |
| YUV | 93.62 | 211.17 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 241 | 0.92 | 0.57 | 0 | 0.05 | 217.3 | 0.89 | 0.51 |
| Hex | 13 | 67 | F1 | 5C | 39 | 0 | 5 | D9 | 59 | 33 |
| Octal | 23 | 147 | 361 | 134 | 71 | 0 | 5 | 331 | 131 | 63 |
| Binary | 10011 | 1100111 | 11110001 | 1011100 | 111001 | 0 | 101 | 11011001 | 1011001 | 110011 |
Color Harmonies of #1367F1
Complementary color
Monochromatic Colors of #1367F1
Black with #1367F1
Text Example
Text Example
White with #1367F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367F1; }
p { color: rgb(19,103,241); }
H1.HeaderClassName
{
color: #1367F1;
}
.AnyTagClassName
{
color: #1367F1;
}
</style>
background-color css
<style>
a { background-color: #1367F1; }
a { background-color: rgb(19,103,241); }
div.DivClassName
{
background-color: #1367F1;
}
.BgClassName
{
background-color: #1367F1;
}
</style>
border-color css
<style>
span { border-color: #1367F1; }
span { border-color: rgb(19,103,241); }
td.TdClassName
{
border-color: #1367F1;
}
.TagClassName
{
border-color: #1367F1;
}
</style>