Shades of Navy Blue #1357F8
Tints of Navy Blue #1357F8
RGB
CMYK
RGB Variations
Color information
#1357F8 (or 0x1357F8) is known color: Navy Blue. HEX triplet: 13, 57 and F8. RGB value is (19,87,248). Sum of RGB (Red+Green+Blue) = 19+87+248=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 248 (97.27% from 255 or 70.06% from 354); Max value from RGB is 248 - color contains mainly: blue. Hex color #1357F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357F8 is #ECA807. Grayscale: #545454. Windows color (decimal): -15509512 or 16275219. OLE color: 16275219.
HSL color Cylindrical-coordinate representation of color #1357F8: hue angle of 222.18º degrees, saturation: 0.94, 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 #1357F8 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 87 | 248 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.03 |
| HSL | 222.18º | 0.94% | 0.52% | - |
| HSV(B) | 222.18º | 0.92% | 0.97% | - |
| XYZ | 20.62 | 13.73 | 90.37 | - |
| YUV | 85.02 | 219.97 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 248 | 0.92 | 0.65 | 0 | 0.03 | 222.18 | 0.94 | 0.52 |
| Hex | 13 | 57 | F8 | 5C | 41 | 0 | 3 | DE | 5E | 34 |
| Octal | 23 | 127 | 370 | 134 | 101 | 0 | 3 | 336 | 136 | 64 |
| Binary | 10011 | 1010111 | 11111000 | 1011100 | 1000001 | 0 | 11 | 11011110 | 1011110 | 110100 |
Color Harmonies of #1357F8
Complementary color
Monochromatic Colors of #1357F8
Black with #1357F8
Text Example
Text Example
White with #1357F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357F8; }
p { color: rgb(19,87,248); }
H1.HeaderClassName
{
color: #1357F8;
}
.AnyTagClassName
{
color: #1357F8;
}
</style>
background-color css
<style>
a { background-color: #1357F8; }
a { background-color: rgb(19,87,248); }
div.DivClassName
{
background-color: #1357F8;
}
.BgClassName
{
background-color: #1357F8;
}
</style>
border-color css
<style>
span { border-color: #1357F8; }
span { border-color: rgb(19,87,248); }
td.TdClassName
{
border-color: #1357F8;
}
.TagClassName
{
border-color: #1357F8;
}
</style>