Html Css Color HEX #114449 Cyprus

📋 copy color: '#114449'

red 17 ◦ green 68 ◦ blue 73

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

Shades of Cyprus #114449

Tints of Cyprus #114449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 10.76%
G = 43.04%
B = 46.2%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#114449 (or 0x114449) is known color: Cyprus. HEX triplet: 11, 44 and 49. RGB value is (17,68,73). Sum of RGB (Red+Green+Blue) = 17+68+73=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #114449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114449 is #EEBBB6. Grayscale: #353535. Windows color (decimal): -15645623 or 4801553. OLE color: 4801553.

HSL color Cylindrical-coordinate representation of color #114449: hue angle of 185.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114449 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 68 73 -
CMYK 0.77 0.07 0 0.71
HSL 185.36º 0.62% 0.18% -
HSV(B) 185.36º 0.77% 0.29% -
XYZ 3.5 4.73 7.03 -
YUV 53.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 17 68 73 0.77 0.07 0 0.71 185.36 0.62 0.18
Hex 11 44 49 4D 7 0 47 B9 3E 12
Octal 21 104 111 115 7 0 107 271 76 22
Binary 10001 1000100 1001001 1001101 111 0 1000111 10111001 111110 10010

Color Harmonies of #114449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114449

Black with #114449

Text Example


Text Example

White with #114449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114449; }

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

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

background-color css

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

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

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

border-color css

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

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

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