Shades of Navy Blue #1367F2
Tints of Navy Blue #1367F2
RGB
CMYK
RGB Variations
Color information
#1367F2 (or 0x1367F2) is known color: Navy Blue. HEX triplet: 13, 67 and F2. RGB value is (19,103,242). Sum of RGB (Red+Green+Blue) = 19+103+242=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 242 (94.92% from 255 or 66.48% from 364); Max value from RGB is 242 - color contains mainly: blue. Hex color #1367F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367F2 is #EC980D. Grayscale: #5D5D5D. Windows color (decimal): -15505422 or 15886099. OLE color: 15886099.
HSL color Cylindrical-coordinate representation of color #1367F2: hue angle of 217.4º degrees, saturation: 0.9, 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 #1367F2 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 103 | 242 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.05 |
| HSL | 217.4º | 0.9% | 0.51% | - |
| HSV(B) | 217.4º | 0.92% | 0.95% | - |
| XYZ | 21.15 | 16.25 | 86.03 | - |
| YUV | 93.73 | 211.67 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 242 | 0.92 | 0.57 | 0 | 0.05 | 217.4 | 0.9 | 0.51 |
| Hex | 13 | 67 | F2 | 5C | 39 | 0 | 5 | D9 | 5A | 33 |
| Octal | 23 | 147 | 362 | 134 | 71 | 0 | 5 | 331 | 132 | 63 |
| Binary | 10011 | 1100111 | 11110010 | 1011100 | 111001 | 0 | 101 | 11011001 | 1011010 | 110011 |
Color Harmonies of #1367F2
Complementary color
Monochromatic Colors of #1367F2
Black with #1367F2
Text Example
Text Example
White with #1367F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367F2; }
p { color: rgb(19,103,242); }
H1.HeaderClassName
{
color: #1367F2;
}
.AnyTagClassName
{
color: #1367F2;
}
</style>
background-color css
<style>
a { background-color: #1367F2; }
a { background-color: rgb(19,103,242); }
div.DivClassName
{
background-color: #1367F2;
}
.BgClassName
{
background-color: #1367F2;
}
</style>
border-color css
<style>
span { border-color: #1367F2; }
span { border-color: rgb(19,103,242); }
td.TdClassName
{
border-color: #1367F2;
}
.TagClassName
{
border-color: #1367F2;
}
</style>