Html Css Color HEX #114550 Cyprus

📋 copy color: '#114550'

red 17 ◦ green 69 ◦ blue 80

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

Shades of Cyprus #114550

Tints of Cyprus #114550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.57%

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 10.24%
G = 41.57%
B = 48.19%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114550 (or 0x114550) is known color: Cyprus. HEX triplet: 11, 45 and 50. RGB value is (17,69,80). Sum of RGB (Red+Green+Blue) = 17+69+80=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #114550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114550 is #EEBAAF. Grayscale: #363636. Windows color (decimal): -15645360 or 5260561. OLE color: 5260561.

HSL color Cylindrical-coordinate representation of color #114550: hue angle of 190.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114550 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 69 80 -
CMYK 0.79 0.14 0 0.69
HSL 190.48º 0.65% 0.19% -
HSV(B) 190.48º 0.79% 0.31% -
XYZ 3.81 4.95 8.35 -
YUV 54.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 17 69 80 0.79 0.14 0 0.69 190.48 0.65 0.19
Hex 11 45 50 4F E 0 45 BE 41 13
Octal 21 105 120 117 16 0 105 276 101 23
Binary 10001 1000101 1010000 1001111 1110 0 1000101 10111110 1000001 10011

Color Harmonies of #114550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114550

Black with #114550

Text Example


Text Example

White with #114550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114550; }

 p { color: rgb(17,69,80); }

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

background-color css

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

 a { background-color: rgb(17,69,80); }

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

border-color css

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

 span { border-color: rgb(17,69,80); }

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