Shades of Navy Blue #1353F9
Tints of Navy Blue #1353F9
RGB
CMYK
RGB Variations
Color information
#1353F9 (or 0x1353F9) is known color: Navy Blue. HEX triplet: 13, 53 and F9. RGB value is (19,83,249). Sum of RGB (Red+Green+Blue) = 19+83+249=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #1353F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1353F9 is #ECAC06. Grayscale: #525252. Windows color (decimal): -15510535 or 16339731. OLE color: 16339731.
HSL color Cylindrical-coordinate representation of color #1353F9: hue angle of 223.3º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1353F9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 83 | 249 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.02 |
| HSL | 223.3º | 0.95% | 0.53% | - |
| HSV(B) | 223.3º | 0.92% | 0.98% | - |
| XYZ | 20.46 | 13.16 | 91.09 | - |
| YUV | 82.79 | 221.8 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 249 | 0.92 | 0.67 | 0 | 0.02 | 223.3 | 0.95 | 0.53 |
| Hex | 13 | 53 | F9 | 5C | 43 | 0 | 2 | DF | 5F | 35 |
| Octal | 23 | 123 | 371 | 134 | 103 | 0 | 2 | 337 | 137 | 65 |
| Binary | 10011 | 1010011 | 11111001 | 1011100 | 1000011 | 0 | 10 | 11011111 | 1011111 | 110101 |
Color Harmonies of #1353F9
Complementary color
Monochromatic Colors of #1353F9
Black with #1353F9
Text Example
Text Example
White with #1353F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353F9; }
p { color: rgb(19,83,249); }
H1.HeaderClassName
{
color: #1353F9;
}
.AnyTagClassName
{
color: #1353F9;
}
</style>
background-color css
<style>
a { background-color: #1353F9; }
a { background-color: rgb(19,83,249); }
div.DivClassName
{
background-color: #1353F9;
}
.BgClassName
{
background-color: #1353F9;
}
</style>
border-color css
<style>
span { border-color: #1353F9; }
span { border-color: rgb(19,83,249); }
td.TdClassName
{
border-color: #1353F9;
}
.TagClassName
{
border-color: #1353F9;
}
</style>