Html Css Color HEX #114F6D Orient

📋 copy color: '#114F6D'

red 17 ◦ green 79 ◦ blue 109

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

Shades of Orient #114F6D

Tints of Orient #114F6D

RGB

 RED value IS 17 (7.03% from 255) = 8.29%

 GREEN value IS 79 (31.25% from 255) = 38.54%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 8.29%
G = 38.54%
B = 53.17%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#114F6D (or 0x114F6D) is known color: Orient. HEX triplet: 11, 4F and 6D. RGB value is (17,79,109). Sum of RGB (Red+Green+Blue) = 17+79+109=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #114F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114F6D is #EEB092. Grayscale: #3F3F3F. Windows color (decimal): -15642771 or 7163665. OLE color: 7163665.

HSL color Cylindrical-coordinate representation of color #114F6D: hue angle of 199.57º 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 #114F6D is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 79 109 -
CMYK 0.84 0.28 0 0.57
HSL 199.57º 0.73% 0.25% -
HSV(B) 199.57º 0.84% 0.43% -
XYZ 5.79 6.82 15.48 -
YUV 63.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 17 79 109 0.84 0.28 0 0.57 199.57 0.73 0.25
Hex 11 4F 6D 54 1C 0 39 C8 49 19
Octal 21 117 155 124 34 0 71 310 111 31
Binary 10001 1001111 1101101 1010100 11100 0 111001 11001000 1001001 11001

Color Harmonies of #114F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F6D

Black with #114F6D

Text Example


Text Example

White with #114F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #114F6D;
 }
 .AnyTagClassName
 {
   color: #114F6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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