#1156ff

Color #1156FF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1156FF

Tints of Navy Blue #1156FF

Color information

#1156FF (or 0x1156FF) is unknown color: approx Navy Blue. HEX triplet: 11, 56 and FF. RGB value is (17,86,255). Sum of RGB (Red+Green+Blue) = 17+86+255=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #1156FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1156FF is #EEA900. Grayscale: #535353. Windows color (decimal): -15640833 or 16733713. OLE color: 16733713.

HSL color Cylindrical-coordinate representation of color #1156FF: hue angle of 222.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1156FF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1786255-
CMYK0.930.6600
HSL222.61º100%53.33%-
HSV(B)222.61º93.33%100%-
XYZ21.6113.9996.17-
YUV84.64224.1479.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.75%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 255 (100% from 255) = 71.23%
R=4.75%
G=24.02%
B=71.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17862550.930.6600222.6110053.33
Hex1156FF5D4200df6435
Octal211263771351020033714465
Binary100011010110111111111011101100001000110111111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1156ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1156ff; }

 p { color: rgb(17,86,255); }

 H1.HeaderClassName
 {
   color: #1156ff;
 }
 .AnyTagClassName
 {
   color: #1156ff;
 }
</style>
background-color css

<style>
 a { background-color: #1156ff; }

 a { background-color: rgb(17,86,255); }

 div.DivClassName
 {
   background-color: #1156ff;
 }
 .BgClassName
 {
   background-color: #1156ff;
 }
</style>
border-color css

<style>
 span { border-color: #1156ff; }

 span { border-color: rgb(17,86,255); }

 td.TdClassName
 {
   border-color: #1156ff;
 }
 .TagClassName
 {
   border-color: #1156ff;
 }
</style>