Shades of Navy Blue #1352DF
Tints of Navy Blue #1352DF
RGB
CMYK
RGB Variations
Color information
#1352DF (or 0x1352DF) is known color: Navy Blue. HEX triplet: 13, 52 and DF. RGB value is (19,82,223). Sum of RGB (Red+Green+Blue) = 19+82+223=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #1352DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1352DF is #ECAD20. Grayscale: #4E4E4E. Windows color (decimal): -15510817 or 14635539. OLE color: 14635539.
HSL color Cylindrical-coordinate representation of color #1352DF: hue angle of 221.47º 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 #1352DF is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 82 | 223 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.13 |
| HSL | 221.47º | 0.84% | 0.47% | - |
| HSV(B) | 221.47º | 0.91% | 0.87% | - |
| XYZ | 16.61 | 11.5 | 71.16 | - |
| YUV | 79.24 | 209.13 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 223 | 0.91 | 0.63 | 0 | 0.13 | 221.47 | 0.84 | 0.47 |
| Hex | 13 | 52 | DF | 5B | 3F | 0 | D | DD | 54 | 2F |
| Octal | 23 | 122 | 337 | 133 | 77 | 0 | 15 | 335 | 124 | 57 |
| Binary | 10011 | 1010010 | 11011111 | 1011011 | 111111 | 0 | 1101 | 11011101 | 1010100 | 101111 |
Color Harmonies of #1352DF
Complementary color
Monochromatic Colors of #1352DF
Black with #1352DF
Text Example
Text Example
White with #1352DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352DF; }
p { color: rgb(19,82,223); }
H1.HeaderClassName
{
color: #1352DF;
}
.AnyTagClassName
{
color: #1352DF;
}
</style>
background-color css
<style>
a { background-color: #1352DF; }
a { background-color: rgb(19,82,223); }
div.DivClassName
{
background-color: #1352DF;
}
.BgClassName
{
background-color: #1352DF;
}
</style>
border-color css
<style>
span { border-color: #1352DF; }
span { border-color: rgb(19,82,223); }
td.TdClassName
{
border-color: #1352DF;
}
.TagClassName
{
border-color: #1352DF;
}
</style>