#11556F

Color #11556F Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #11556F

Tints of Orient #11556F

Color information

#11556F (or 0x11556F) is unknown color: approx Orient. HEX triplet: 11, 55 and 6F. RGB value is (17,85,111). Sum of RGB (Red+Green+Blue) = 17+85+111=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #11556F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11556F is #EEAA90. Grayscale: #434343. Windows color (decimal): -15641233 or 7296273. OLE color: 7296273.

HSL color Cylindrical-coordinate representation of color #11556F: hue angle of 196.6º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11556F is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1785111-
CMYK0.850.2300.56
HSL196.6º73.44%25.1%-
HSV(B)196.6º84.68%43.53%-
XYZ6.357.7616.2-
YUV67.63152.4791.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 111 (43.75% from 255) = 52.11%
R=7.98%
G=39.91%
B=52.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17851110.850.2300.56196.673.4425.1
Hex11556F5517038c54919
Octal211251571252707030511131
Binary1000110101011101111101010110111011100011000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11556F; }

 p { color: rgb(17,85,111); }

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

<style>
 a { background-color: #11556F; }

 a { background-color: rgb(17,85,111); }

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

<style>
 span { border-color: #11556F; }

 span { border-color: rgb(17,85,111); }

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