Shades of Navy Blue #1350DF
Tints of Navy Blue #1350DF
RGB
CMYK
RGB Variations
Color information
#1350DF (or 0x1350DF) is known color: Navy Blue. HEX triplet: 13, 50 and DF. RGB value is (19,80,223). Sum of RGB (Red+Green+Blue) = 19+80+223=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #1350DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350DF is #ECAF20. Grayscale: #4D4D4D. Windows color (decimal): -15511329 or 14635027. OLE color: 14635027.
HSL color Cylindrical-coordinate representation of color #1350DF: hue angle of 222.06º 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 #1350DF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 80 | 223 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.06º | 0.84% | 0.47% | - |
| HSV(B) | 222.06º | 0.91% | 0.87% | - |
| XYZ | 16.46 | 11.2 | 71.11 | - |
| YUV | 78.06 | 209.79 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 223 | 0.91 | 0.64 | 0 | 0.13 | 222.06 | 0.84 | 0.47 |
| Hex | 13 | 50 | DF | 5B | 40 | 0 | D | DE | 54 | 2F |
| Octal | 23 | 120 | 337 | 133 | 100 | 0 | 15 | 336 | 124 | 57 |
| Binary | 10011 | 1010000 | 11011111 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010100 | 101111 |
Color Harmonies of #1350DF
Complementary color
Monochromatic Colors of #1350DF
Black with #1350DF
Text Example
Text Example
White with #1350DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350DF; }
p { color: rgb(19,80,223); }
H1.HeaderClassName
{
color: #1350DF;
}
.AnyTagClassName
{
color: #1350DF;
}
</style>
background-color css
<style>
a { background-color: #1350DF; }
a { background-color: rgb(19,80,223); }
div.DivClassName
{
background-color: #1350DF;
}
.BgClassName
{
background-color: #1350DF;
}
</style>
border-color css
<style>
span { border-color: #1350DF; }
span { border-color: rgb(19,80,223); }
td.TdClassName
{
border-color: #1350DF;
}
.TagClassName
{
border-color: #1350DF;
}
</style>