Html Css Color HEX #114444 Cyprus

📋 copy color: '#114444'

red 17 ◦ green 68 ◦ blue 68

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

Shades of Cyprus #114444

Tints of Cyprus #114444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 44.44%

R = 11.11%
G = 44.44%
B = 44.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#114444 (or 0x114444) is known color: Cyprus. HEX triplet: 11, 44 and 44. RGB value is (17,68,68). Sum of RGB (Red+Green+Blue) = 17+68+68=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 68 (26.95% from 255 or 44.44% from 153); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #114444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114444 is #EEBBBB. Grayscale: #343434. Windows color (decimal): -15645628 or 4473873. OLE color: 4473873.

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

Color convert

RGB 17 68 68 -
CMYK 0.75 0 0 0.73
HSL 180º 0.6% 0.17% -
HSV(B) 180º 0.75% 0.27% -
XYZ 3.34 4.67 6.19 -
YUV 52.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 17 68 68 0.75 0 0 0.73 180 0.6 0.17
Hex 11 44 44 4B 0 0 49 B4 3C 11
Octal 21 104 104 113 0 0 111 264 74 21
Binary 10001 1000100 1000100 1001011 0 0 1001001 10110100 111100 10001

Color Harmonies of #114444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114444

Black with #114444

Text Example


Text Example

White with #114444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114444; }

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

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

background-color css

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

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

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

border-color css

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

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

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