Shades of Navy Blue #1358DF
Tints of Navy Blue #1358DF
RGB
CMYK
RGB Variations
Color information
#1358DF (or 0x1358DF) is known color: Navy Blue. HEX triplet: 13, 58 and DF. RGB value is (19,88,223). Sum of RGB (Red+Green+Blue) = 19+88+223=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1358DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358DF is #ECA720. Grayscale: #525252. Windows color (decimal): -15509281 or 14637075. OLE color: 14637075.
HSL color Cylindrical-coordinate representation of color #1358DF: hue angle of 219.71º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1358DF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 88 | 223 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.13 |
| HSL | 219.71º | 0.84% | 0.47% | - |
| HSV(B) | 219.71º | 0.91% | 0.87% | - |
| XYZ | 17.08 | 12.45 | 71.31 | - |
| YUV | 82.76 | 207.14 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 223 | 0.91 | 0.61 | 0 | 0.13 | 219.71 | 0.84 | 0.47 |
| Hex | 13 | 58 | DF | 5B | 3D | 0 | D | DC | 54 | 2F |
| Octal | 23 | 130 | 337 | 133 | 75 | 0 | 15 | 334 | 124 | 57 |
| Binary | 10011 | 1011000 | 11011111 | 1011011 | 111101 | 0 | 1101 | 11011100 | 1010100 | 101111 |
Color Harmonies of #1358DF
Complementary color
Monochromatic Colors of #1358DF
Black with #1358DF
Text Example
Text Example
White with #1358DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358DF; }
p { color: rgb(19,88,223); }
H1.HeaderClassName
{
color: #1358DF;
}
.AnyTagClassName
{
color: #1358DF;
}
</style>
background-color css
<style>
a { background-color: #1358DF; }
a { background-color: rgb(19,88,223); }
div.DivClassName
{
background-color: #1358DF;
}
.BgClassName
{
background-color: #1358DF;
}
</style>
border-color css
<style>
span { border-color: #1358DF; }
span { border-color: rgb(19,88,223); }
td.TdClassName
{
border-color: #1358DF;
}
.TagClassName
{
border-color: #1358DF;
}
</style>