Shades of Navy Blue #115FD2
Tints of Navy Blue #115FD2
RGB
CMYK
RGB Variations
Color information
#115FD2 (or 0x115FD2) is known color: Navy Blue. HEX triplet: 11, 5F and D2. RGB value is (17,95,210). Sum of RGB (Red+Green+Blue) = 17+95+210=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 210 (82.42% from 255 or 65.22% from 322); Max value from RGB is 210 - color contains mainly: blue. Hex color #115FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115FD2 is #EEA02D. Grayscale: #545454. Windows color (decimal): -15638574 or 13786897. OLE color: 13786897.
HSL color Cylindrical-coordinate representation of color #115FD2: hue angle of 215.75º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115FD2 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 95 | 210 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.18 |
| HSL | 215.75º | 0.85% | 0.45% | - |
| HSV(B) | 215.75º | 0.92% | 0.82% | - |
| XYZ | 15.96 | 12.96 | 62.63 | - |
| YUV | 84.79 | 198.66 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 210 | 0.92 | 0.55 | 0 | 0.18 | 215.75 | 0.85 | 0.45 |
| Hex | 11 | 5F | D2 | 5C | 37 | 0 | 12 | D8 | 55 | 2D |
| Octal | 21 | 137 | 322 | 134 | 67 | 0 | 22 | 330 | 125 | 55 |
| Binary | 10001 | 1011111 | 11010010 | 1011100 | 110111 | 0 | 10010 | 11011000 | 1010101 | 101101 |
Color Harmonies of #115FD2
Complementary color
Monochromatic Colors of #115FD2
Black with #115FD2
Text Example
Text Example
White with #115FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FD2; }
p { color: rgb(17,95,210); }
H1.HeaderClassName
{
color: #115FD2;
}
.AnyTagClassName
{
color: #115FD2;
}
</style>
background-color css
<style>
a { background-color: #115FD2; }
a { background-color: rgb(17,95,210); }
div.DivClassName
{
background-color: #115FD2;
}
.BgClassName
{
background-color: #115FD2;
}
</style>
border-color css
<style>
span { border-color: #115FD2; }
span { border-color: rgb(17,95,210); }
td.TdClassName
{
border-color: #115FD2;
}
.TagClassName
{
border-color: #115FD2;
}
</style>