#1156DD

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

Shades of Navy Blue #1156DD

Tints of Navy Blue #1156DD

Color information

#1156DD (or 0x1156DD) is unknown color: approx Navy Blue. HEX triplet: 11, 56 and DD. RGB value is (17,86,221). Sum of RGB (Red+Green+Blue) = 17+86+221=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #1156DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1156DD is #EEA922. Grayscale: #505050. Windows color (decimal): -15640867 or 14505489. OLE color: 14505489.

HSL color Cylindrical-coordinate representation of color #1156DD: hue angle of 219.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1156DD is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1786221-
CMYK0.920.6100.13
HSL219.71º85.71%46.67%-
HSV(B)219.71º92.31%86.67%-
XYZ16.611269.85-
YUV80.76207.1482.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.25%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 221 (86.72% from 255) = 68.21%
R=5.25%
G=26.54%
B=68.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal17862210.920.6100.13219.7185.7146.67
Hex1156DD5C3D0Ddc562f
Octal211263351347501533412657
Binary10001101011011011101101110011110101101110111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1156DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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