Html Css Color HEX #114249 Cyprus

📋 copy color: '#114249'

red 17 ◦ green 66 ◦ blue 73

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

Shades of Cyprus #114249

Tints of Cyprus #114249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.31%

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

R = 10.9%
G = 42.31%
B = 46.79%

CMYK

 C value IS 0.77

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#114249 (or 0x114249) is known color: Cyprus. HEX triplet: 11, 42 and 49. RGB value is (17,66,73). Sum of RGB (Red+Green+Blue) = 17+66+73=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 73 (28.91% from 255 or 46.79% from 156); Max value from RGB is 73 - color contains mainly: blue. Hex color #114249 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114249 is #EEBDB6. Grayscale: #343434. Windows color (decimal): -15646135 or 4801041. OLE color: 4801041.

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

Color convert

RGB 17 66 73 -
CMYK 0.77 0.10 0 0.71
HSL 187.5º 0.62% 0.18% -
HSV(B) 187.5º 0.77% 0.29% -
XYZ 3.38 4.5 6.99 -
YUV 52.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 17 66 73 0.77 0.10 0 0.71 187.5 0.62 0.18
Hex 11 42 49 4D A 0 47 BC 3E 12
Octal 21 102 111 115 12 0 107 274 76 22
Binary 10001 1000010 1001001 1001101 1010 0 1000111 10111100 111110 10010

Color Harmonies of #114249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114249

Black with #114249

Text Example


Text Example

White with #114249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114249; }

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

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

background-color css

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

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

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

border-color css

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

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

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