Html Css Color HEX #114850 Cyprus

📋 copy color: '#114850'

red 17 ◦ green 72 ◦ blue 80

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

Shades of Cyprus #114850

Tints of Cyprus #114850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.6%

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

R = 10.06%
G = 42.6%
B = 47.34%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#114850 (or 0x114850) is known color: Cyprus. HEX triplet: 11, 48 and 50. RGB value is (17,72,80). Sum of RGB (Red+Green+Blue) = 17+72+80=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #114850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114850 is #EEB7AF. Grayscale: #383838. Windows color (decimal): -15644592 or 5261329. OLE color: 5261329.

HSL color Cylindrical-coordinate representation of color #114850: hue angle of 187.62º 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 #114850 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 72 80 -
CMYK 0.79 0.10 0 0.69
HSL 187.62º 0.65% 0.19% -
HSV(B) 187.62º 0.79% 0.31% -
XYZ 4 5.33 8.41 -
YUV 56.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 17 72 80 0.79 0.10 0 0.69 187.62 0.65 0.19
Hex 11 48 50 4F A 0 45 BC 41 13
Octal 21 110 120 117 12 0 105 274 101 23
Binary 10001 1001000 1010000 1001111 1010 0 1000101 10111100 1000001 10011

Color Harmonies of #114850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114850

Black with #114850

Text Example


Text Example

White with #114850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114850; }

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

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

background-color css

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

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

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

border-color css

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

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

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