Shades of Navy Blue #1357FB
Tints of Navy Blue #1357FB
RGB
CMYK
RGB Variations
Color information
#1357FB (or 0x1357FB) is known color: Navy Blue. HEX triplet: 13, 57 and FB. RGB value is (19,87,251). Sum of RGB (Red+Green+Blue) = 19+87+251=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1357FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357FB is #ECA804. Grayscale: #545454. Windows color (decimal): -15509509 or 16471827. OLE color: 16471827.
HSL color Cylindrical-coordinate representation of color #1357FB: hue angle of 222.41º degrees, saturation: 0.97, 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 #1357FB is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 87 | 251 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.02 |
| HSL | 222.41º | 0.97% | 0.53% | - |
| HSV(B) | 222.41º | 0.92% | 0.98% | - |
| XYZ | 21.09 | 13.92 | 92.84 | - |
| YUV | 85.36 | 221.47 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 87 | 251 | 0.92 | 0.65 | 0 | 0.02 | 222.41 | 0.97 | 0.53 |
| Hex | 13 | 57 | FB | 5C | 41 | 0 | 2 | DE | 61 | 35 |
| Octal | 23 | 127 | 373 | 134 | 101 | 0 | 2 | 336 | 141 | 65 |
| Binary | 10011 | 1010111 | 11111011 | 1011100 | 1000001 | 0 | 10 | 11011110 | 1100001 | 110101 |
Color Harmonies of #1357FB
Complementary color
Monochromatic Colors of #1357FB
Black with #1357FB
Text Example
Text Example
White with #1357FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1357FB; }
p { color: rgb(19,87,251); }
H1.HeaderClassName
{
color: #1357FB;
}
.AnyTagClassName
{
color: #1357FB;
}
</style>
background-color css
<style>
a { background-color: #1357FB; }
a { background-color: rgb(19,87,251); }
div.DivClassName
{
background-color: #1357FB;
}
.BgClassName
{
background-color: #1357FB;
}
</style>
border-color css
<style>
span { border-color: #1357FB; }
span { border-color: rgb(19,87,251); }
td.TdClassName
{
border-color: #1357FB;
}
.TagClassName
{
border-color: #1357FB;
}
</style>