Html Css Color HEX #114446 Cyprus

📋 copy color: '#114446'

red 17 ◦ green 68 ◦ blue 70

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

Shades of Cyprus #114446

Tints of Cyprus #114446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 43.87%

 BLUE value IS 70 (27.73% from 255) = 45.16%

R = 10.97%
G = 43.87%
B = 45.16%

CMYK

 C value IS 0.76

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#114446 (or 0x114446) is known color: Cyprus. HEX triplet: 11, 44 and 46. RGB value is (17,68,70). Sum of RGB (Red+Green+Blue) = 17+68+70=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 70 (27.73% from 255 or 45.16% from 155); Max value from RGB is 70 - color contains mainly: blue. Hex color #114446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114446 is #EEBBB9. Grayscale: #343434. Windows color (decimal): -15645626 or 4604945. OLE color: 4604945.

HSL color Cylindrical-coordinate representation of color #114446: hue angle of 182.26º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114446 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 68 70 -
CMYK 0.76 0.03 0 0.73
HSL 182.26º 0.61% 0.17% -
HSV(B) 182.26º 0.76% 0.27% -
XYZ 3.4 4.7 6.52 -
YUV 52.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 17 68 70 0.76 0.03 0 0.73 182.26 0.61 0.17
Hex 11 44 46 4C 3 0 49 B6 3D 11
Octal 21 104 106 114 3 0 111 266 75 21
Binary 10001 1000100 1000110 1001100 11 0 1001001 10110110 111101 10001

Color Harmonies of #114446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114446

Black with #114446

Text Example


Text Example

White with #114446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114446; }

 p { color: rgb(17,68,70); }

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

background-color css

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

 a { background-color: rgb(17,68,70); }

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

border-color css

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

 span { border-color: rgb(17,68,70); }

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