#114F6B

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

Shades of Orient #114F6B

Tints of Orient #114F6B

Color information

#114F6B (or 0x114F6B) is unknown color: approx Orient. HEX triplet: 11, 4F and 6B. RGB value is (17,79,107). Sum of RGB (Red+Green+Blue) = 17+79+107=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #114F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F6B is #EEB094. Grayscale: #3F3F3F. Windows color (decimal): -15642773 or 7032593. OLE color: 7032593.

HSL color Cylindrical-coordinate representation of color #114F6B: hue angle of 198.67º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114F6B is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1779107-
CMYK0.840.2600.58
HSL198.67º72.58%24.31%-
HSV(B)198.67º84.11%41.96%-
XYZ5.686.7714.92-
YUV63.65152.4694.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=8.37%
G=38.92%
B=52.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17791070.840.2600.58198.6772.5824.31
Hex114F6B541A03Ac74918
Octal211171531243207230711130
Binary1000110011111101011101010011010011101011000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114F6B; }

 p { color: rgb(17,79,107); }

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

<style>
 a { background-color: #114F6B; }

 a { background-color: rgb(17,79,107); }

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

<style>
 span { border-color: #114F6B; }

 span { border-color: rgb(17,79,107); }

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