Html Css Color HEX #114F6B Orient

📋 copy color: '#114F6B'

red 17 ◦ green 79 ◦ blue 107

#114F6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #114F6B

Tints of Orient #114F6B

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 value IS 0.84

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#114F6B (or 0x114F6B) is known color: 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

RGB 17 79 107 -
CMYK 0.84 0.26 0 0.58
HSL 198.67º 0.73% 0.24% -
HSV(B) 198.67º 0.84% 0.42% -
XYZ 5.68 6.77 14.92 -
YUV 63.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 17 79 107 0.84 0.26 0 0.58 198.67 0.73 0.24
Hex 11 4F 6B 54 1A 0 3A C7 49 18
Octal 21 117 153 124 32 0 72 307 111 30
Binary 10001 1001111 1101011 1010100 11010 0 111010 11000111 1001001 11000

Color Harmonies of #114F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F6B

Black with #114F6B

Text Example


Text Example

White with #114F6B

Text Example


Text Example

HTML Codes & Css Web 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>