Shades of Navy Blue #1350F7
Tints of Navy Blue #1350F7
RGB
CMYK
RGB Variations
Color information
#1350F7 (or 0x1350F7) is known color: Navy Blue. HEX triplet: 13, 50 and F7. RGB value is (19,80,247). Sum of RGB (Red+Green+Blue) = 19+80+247=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 247 (96.88% from 255 or 71.39% from 346); Max value from RGB is 247 - color contains mainly: blue. Hex color #1350F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350F7 is #ECAF08. Grayscale: #505050. Windows color (decimal): -15511305 or 16207891. OLE color: 16207891.
HSL color Cylindrical-coordinate representation of color #1350F7: hue angle of 223.95º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1350F7 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 80 | 247 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.03 |
| HSL | 223.95º | 0.93% | 0.52% | - |
| HSV(B) | 223.95º | 0.92% | 0.97% | - |
| XYZ | 19.93 | 12.59 | 89.38 | - |
| YUV | 80.8 | 221.79 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 247 | 0.92 | 0.68 | 0 | 0.03 | 223.95 | 0.93 | 0.52 |
| Hex | 13 | 50 | F7 | 5C | 44 | 0 | 3 | E0 | 5D | 34 |
| Octal | 23 | 120 | 367 | 134 | 104 | 0 | 3 | 340 | 135 | 64 |
| Binary | 10011 | 1010000 | 11110111 | 1011100 | 1000100 | 0 | 11 | 11100000 | 1011101 | 110100 |
Color Harmonies of #1350F7
Complementary color
Monochromatic Colors of #1350F7
Black with #1350F7
Text Example
Text Example
White with #1350F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350F7; }
p { color: rgb(19,80,247); }
H1.HeaderClassName
{
color: #1350F7;
}
.AnyTagClassName
{
color: #1350F7;
}
</style>
background-color css
<style>
a { background-color: #1350F7; }
a { background-color: rgb(19,80,247); }
div.DivClassName
{
background-color: #1350F7;
}
.BgClassName
{
background-color: #1350F7;
}
</style>
border-color css
<style>
span { border-color: #1350F7; }
span { border-color: rgb(19,80,247); }
td.TdClassName
{
border-color: #1350F7;
}
.TagClassName
{
border-color: #1350F7;
}
</style>