Shades of Navy Blue #1152DF
Tints of Navy Blue #1152DF
RGB
CMYK
RGB Variations
Color information
#1152DF (or 0x1152DF) is known color: Navy Blue. HEX triplet: 11, 52 and DF. RGB value is (17,82,223). Sum of RGB (Red+Green+Blue) = 17+82+223=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 82 (32.42% from 255 or 25.47% 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 #1152DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1152DF is #EEAD20. Grayscale: #4E4E4E. Windows color (decimal): -15641889 or 14635537. OLE color: 14635537.
HSL color Cylindrical-coordinate representation of color #1152DF: hue angle of 221.07º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1152DF is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 82 | 223 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.13 |
| HSL | 221.07º | 0.86% | 0.47% | - |
| HSV(B) | 221.07º | 0.92% | 0.87% | - |
| XYZ | 16.57 | 11.48 | 71.15 | - |
| YUV | 78.64 | 209.47 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 223 | 0.92 | 0.63 | 0 | 0.13 | 221.07 | 0.86 | 0.47 |
| Hex | 11 | 52 | DF | 5C | 3F | 0 | D | DD | 56 | 2F |
| Octal | 21 | 122 | 337 | 134 | 77 | 0 | 15 | 335 | 126 | 57 |
| Binary | 10001 | 1010010 | 11011111 | 1011100 | 111111 | 0 | 1101 | 11011101 | 1010110 | 101111 |
Color Harmonies of #1152DF
Complementary color
Monochromatic Colors of #1152DF
Black with #1152DF
Text Example
Text Example
White with #1152DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1152DF; }
p { color: rgb(17,82,223); }
H1.HeaderClassName
{
color: #1152DF;
}
.AnyTagClassName
{
color: #1152DF;
}
</style>
background-color css
<style>
a { background-color: #1152DF; }
a { background-color: rgb(17,82,223); }
div.DivClassName
{
background-color: #1152DF;
}
.BgClassName
{
background-color: #1152DF;
}
</style>
border-color css
<style>
span { border-color: #1152DF; }
span { border-color: rgb(17,82,223); }
td.TdClassName
{
border-color: #1152DF;
}
.TagClassName
{
border-color: #1152DF;
}
</style>