Shades of Navy Blue #1362F6
Tints of Navy Blue #1362F6
RGB
CMYK
RGB Variations
Color information
#1362F6 (or 0x1362F6) is known color: Navy Blue. HEX triplet: 13, 62 and F6. RGB value is (19,98,246). Sum of RGB (Red+Green+Blue) = 19+98+246=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #1362F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1362F6 is #EC9D09. Grayscale: #5A5A5A. Windows color (decimal): -15506698 or 16146963. OLE color: 16146963.
HSL color Cylindrical-coordinate representation of color #1362F6: hue angle of 219.12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1362F6 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 98 | 246 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.04 |
| HSL | 219.12º | 0.93% | 0.52% | - |
| HSV(B) | 219.12º | 0.92% | 0.96% | - |
| XYZ | 21.27 | 15.53 | 89.06 | - |
| YUV | 91.25 | 215.33 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 246 | 0.92 | 0.60 | 0 | 0.04 | 219.12 | 0.93 | 0.52 |
| Hex | 13 | 62 | F6 | 5C | 3C | 0 | 4 | DB | 5D | 34 |
| Octal | 23 | 142 | 366 | 134 | 74 | 0 | 4 | 333 | 135 | 64 |
| Binary | 10011 | 1100010 | 11110110 | 1011100 | 111100 | 0 | 100 | 11011011 | 1011101 | 110100 |
Color Harmonies of #1362F6
Complementary color
Monochromatic Colors of #1362F6
Black with #1362F6
Text Example
Text Example
White with #1362F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1362F6; }
p { color: rgb(19,98,246); }
H1.HeaderClassName
{
color: #1362F6;
}
.AnyTagClassName
{
color: #1362F6;
}
</style>
background-color css
<style>
a { background-color: #1362F6; }
a { background-color: rgb(19,98,246); }
div.DivClassName
{
background-color: #1362F6;
}
.BgClassName
{
background-color: #1362F6;
}
</style>
border-color css
<style>
span { border-color: #1362F6; }
span { border-color: rgb(19,98,246); }
td.TdClassName
{
border-color: #1362F6;
}
.TagClassName
{
border-color: #1362F6;
}
</style>