Shades of Navy Blue #115CFD
Tints of Navy Blue #115CFD
RGB
CMYK
RGB Variations
Color information
#115CFD (or 0x115CFD) is known color: Navy Blue. HEX triplet: 11, 5C and FD. RGB value is (17,92,253). Sum of RGB (Red+Green+Blue) = 17+92+253=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #115CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115CFD is #EEA302. Grayscale: #575757. Windows color (decimal): -15639299 or 16604177. OLE color: 16604177.
HSL color Cylindrical-coordinate representation of color #115CFD: hue angle of 220.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115CFD is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 92 | 253 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.01 |
| HSL | 220.93º | 0.98% | 0.53% | - |
| HSV(B) | 220.93º | 0.93% | 0.99% | - |
| XYZ | 21.79 | 14.87 | 94.65 | - |
| YUV | 87.93 | 221.15 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 253 | 0.93 | 0.64 | 0 | 0.01 | 220.93 | 0.98 | 0.53 |
| Hex | 11 | 5C | FD | 5D | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 21 | 134 | 375 | 135 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10001 | 1011100 | 11111101 | 1011101 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #115CFD
Complementary color
Monochromatic Colors of #115CFD
Black with #115CFD
Text Example
Text Example
White with #115CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CFD; }
p { color: rgb(17,92,253); }
H1.HeaderClassName
{
color: #115CFD;
}
.AnyTagClassName
{
color: #115CFD;
}
</style>
background-color css
<style>
a { background-color: #115CFD; }
a { background-color: rgb(17,92,253); }
div.DivClassName
{
background-color: #115CFD;
}
.BgClassName
{
background-color: #115CFD;
}
</style>
border-color css
<style>
span { border-color: #115CFD; }
span { border-color: rgb(17,92,253); }
td.TdClassName
{
border-color: #115CFD;
}
.TagClassName
{
border-color: #115CFD;
}
</style>