Shades of Navy Blue #1153FD
Tints of Navy Blue #1153FD
RGB
CMYK
RGB Variations
Color information
#1153FD (or 0x1153FD) is known color: Navy Blue. HEX triplet: 11, 53 and FD. RGB value is (17,83,253). Sum of RGB (Red+Green+Blue) = 17+83+253=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #1153FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1153FD is #EEAC02. Grayscale: #515151. Windows color (decimal): -15641603 or 16601873. OLE color: 16601873.
HSL color Cylindrical-coordinate representation of color #1153FD: hue angle of 223.22º 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 #1153FD is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 83 | 253 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.01 |
| HSL | 223.22º | 0.98% | 0.53% | - |
| HSV(B) | 223.22º | 0.93% | 0.99% | - |
| XYZ | 21.05 | 13.4 | 94.4 | - |
| YUV | 82.65 | 224.13 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 253 | 0.93 | 0.67 | 0 | 0.01 | 223.22 | 0.98 | 0.53 |
| Hex | 11 | 53 | FD | 5D | 43 | 0 | 1 | DF | 62 | 35 |
| Octal | 21 | 123 | 375 | 135 | 103 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10001 | 1010011 | 11111101 | 1011101 | 1000011 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1153FD
Complementary color
Monochromatic Colors of #1153FD
Black with #1153FD
Text Example
Text Example
White with #1153FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1153FD; }
p { color: rgb(17,83,253); }
H1.HeaderClassName
{
color: #1153FD;
}
.AnyTagClassName
{
color: #1153FD;
}
</style>
background-color css
<style>
a { background-color: #1153FD; }
a { background-color: rgb(17,83,253); }
div.DivClassName
{
background-color: #1153FD;
}
.BgClassName
{
background-color: #1153FD;
}
</style>
border-color css
<style>
span { border-color: #1153FD; }
span { border-color: rgb(17,83,253); }
td.TdClassName
{
border-color: #1153FD;
}
.TagClassName
{
border-color: #1153FD;
}
</style>