Shades of Navy Blue #1153F8
Tints of Navy Blue #1153F8
RGB
CMYK
RGB Variations
Color information
#1153F8 (or 0x1153F8) is known color: Navy Blue. HEX triplet: 11, 53 and F8. RGB value is (17,83,248). Sum of RGB (Red+Green+Blue) = 17+83+248=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 248 (97.27% from 255 or 71.26% from 348); Max value from RGB is 248 - color contains mainly: blue. Hex color #1153F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1153F8 is #EEAC07. Grayscale: #515151. Windows color (decimal): -15641608 or 16274193. OLE color: 16274193.
HSL color Cylindrical-coordinate representation of color #1153F8: hue angle of 222.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1153F8 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 83 | 248 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.03 |
| HSL | 222.86º | 0.94% | 0.52% | - |
| HSV(B) | 222.86º | 0.93% | 0.97% | - |
| XYZ | 20.27 | 13.08 | 90.26 | - |
| YUV | 82.08 | 221.63 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 248 | 0.93 | 0.67 | 0 | 0.03 | 222.86 | 0.94 | 0.52 |
| Hex | 11 | 53 | F8 | 5D | 43 | 0 | 3 | DF | 5E | 34 |
| Octal | 21 | 123 | 370 | 135 | 103 | 0 | 3 | 337 | 136 | 64 |
| Binary | 10001 | 1010011 | 11111000 | 1011101 | 1000011 | 0 | 11 | 11011111 | 1011110 | 110100 |
Color Harmonies of #1153F8
Complementary color
Monochromatic Colors of #1153F8
Black with #1153F8
Text Example
Text Example
White with #1153F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1153F8; }
p { color: rgb(17,83,248); }
H1.HeaderClassName
{
color: #1153F8;
}
.AnyTagClassName
{
color: #1153F8;
}
</style>
background-color css
<style>
a { background-color: #1153F8; }
a { background-color: rgb(17,83,248); }
div.DivClassName
{
background-color: #1153F8;
}
.BgClassName
{
background-color: #1153F8;
}
</style>
border-color css
<style>
span { border-color: #1153F8; }
span { border-color: rgb(17,83,248); }
td.TdClassName
{
border-color: #1153F8;
}
.TagClassName
{
border-color: #1153F8;
}
</style>