#11536D

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

Shades of Orient #11536D

Tints of Orient #11536D

Color information

#11536D (or 0x11536D) is unknown color: approx Orient. HEX triplet: 11, 53 and 6D. RGB value is (17,83,109). Sum of RGB (Red+Green+Blue) = 17+83+109=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #11536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11536D is #EEAC92. Grayscale: #424242. Windows color (decimal): -15641747 or 7164689. OLE color: 7164689.

HSL color Cylindrical-coordinate representation of color #11536D: hue angle of 196.96º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11536D is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1783109-
CMYK0.840.2400.57
HSL196.96º73.02%24.71%-
HSV(B)196.96º84.4%42.75%-
XYZ6.087.4115.58-
YUV66.23152.1392.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=8.13%
G=39.71%
B=52.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17831090.840.2400.57196.9673.0224.71
Hex11536D5418039c54919
Octal211231551243007130511131
Binary1000110100111101101101010011000011100111000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11536D; }

 p { color: rgb(17,83,109); }

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

<style>
 a { background-color: #11536D; }

 a { background-color: rgb(17,83,109); }

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

<style>
 span { border-color: #11536D; }

 span { border-color: rgb(17,83,109); }

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