#11557B

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

Shades of Orient #11557B

Tints of Orient #11557B

Color information

#11557B (or 0x11557B) is unknown color: approx Orient. HEX triplet: 11, 55 and 7B. RGB value is (17,85,123). Sum of RGB (Red+Green+Blue) = 17+85+123=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #11557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11557B is #EEAA84. Grayscale: #444444. Windows color (decimal): -15641221 or 8082705. OLE color: 8082705.

HSL color Cylindrical-coordinate representation of color #11557B: hue angle of 201.51º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11557B is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1785123-
CMYK0.860.3100.52
HSL201.51º75.71%27.45%-
HSV(B)201.51º86.18%48.24%-
XYZ7.058.0519.92-
YUV69158.4790.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=7.56%
G=37.78%
B=54.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17851230.860.3100.52201.5175.7127.45
Hex11557B561F034ca4c1b
Octal211251731263706431211433
Binary1000110101011111011101011011111011010011001010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11557B; }

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

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

<style>
 a { background-color: #11557B; }

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

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

<style>
 span { border-color: #11557B; }

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

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