#11576F

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

Shades of Orient #11576F

Tints of Orient #11576F

Color information

#11576F (or 0x11576F) is unknown color: approx Orient. HEX triplet: 11, 57 and 6F. RGB value is (17,87,111). Sum of RGB (Red+Green+Blue) = 17+87+111=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #11576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11576F is #EEA890. Grayscale: #444444. Windows color (decimal): -15640721 or 7296785. OLE color: 7296785.

HSL color Cylindrical-coordinate representation of color #11576F: hue angle of 195.32º 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 #11576F is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1787111-
CMYK0.850.2200.56
HSL195.32º73.44%25.1%-
HSV(B)195.32º84.68%43.53%-
XYZ6.518.0816.26-
YUV68.81151.8191.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=7.91%
G=40.47%
B=51.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17871110.850.2200.56195.3273.4425.1
Hex11576F5516038c34919
Octal211271571252607030311131
Binary1000110101111101111101010110110011100011000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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