Shades of Navy Blue #1368F2
Tints of Navy Blue #1368F2
RGB
CMYK
RGB Variations
Color information
#1368F2 (or 0x1368F2) is known color: Navy Blue. HEX triplet: 13, 68 and F2. RGB value is (19,104,242). Sum of RGB (Red+Green+Blue) = 19+104+242=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 242 (94.92% from 255 or 66.30% from 365); Max value from RGB is 242 - color contains mainly: blue. Hex color #1368F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1368F2 is #EC970D. Grayscale: #5D5D5D. Windows color (decimal): -15505166 or 15886355. OLE color: 15886355.
HSL color Cylindrical-coordinate representation of color #1368F2: hue angle of 217.13º 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 #1368F2 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 104 | 242 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.05 |
| HSL | 217.13º | 0.9% | 0.51% | - |
| HSV(B) | 217.13º | 0.92% | 0.95% | - |
| XYZ | 21.25 | 16.45 | 86.06 | - |
| YUV | 94.32 | 211.34 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 242 | 0.92 | 0.57 | 0 | 0.05 | 217.13 | 0.9 | 0.51 |
| Hex | 13 | 68 | F2 | 5C | 39 | 0 | 5 | D9 | 5A | 33 |
| Octal | 23 | 150 | 362 | 134 | 71 | 0 | 5 | 331 | 132 | 63 |
| Binary | 10011 | 1101000 | 11110010 | 1011100 | 111001 | 0 | 101 | 11011001 | 1011010 | 110011 |
Color Harmonies of #1368F2
Complementary color
Monochromatic Colors of #1368F2
Black with #1368F2
Text Example
Text Example
White with #1368F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368F2; }
p { color: rgb(19,104,242); }
H1.HeaderClassName
{
color: #1368F2;
}
.AnyTagClassName
{
color: #1368F2;
}
</style>
background-color css
<style>
a { background-color: #1368F2; }
a { background-color: rgb(19,104,242); }
div.DivClassName
{
background-color: #1368F2;
}
.BgClassName
{
background-color: #1368F2;
}
</style>
border-color css
<style>
span { border-color: #1368F2; }
span { border-color: rgb(19,104,242); }
td.TdClassName
{
border-color: #1368F2;
}
.TagClassName
{
border-color: #1368F2;
}
</style>