Html Css Color HEX #114B4D Cyprus

📋 copy color: '#114B4D'

red 17 ◦ green 75 ◦ blue 77

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

Shades of Cyprus #114B4D

Tints of Cyprus #114B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 44.38%

 BLUE value IS 77 (30.47% from 255) = 45.56%

R = 10.06%
G = 44.38%
B = 45.56%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#114B4D (or 0x114B4D) is known color: Cyprus. HEX triplet: 11, 4B and 4D. RGB value is (17,75,77). Sum of RGB (Red+Green+Blue) = 17+75+77=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #114B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114B4D is #EEB4B2. Grayscale: #393939. Windows color (decimal): -15643827 or 5065489. OLE color: 5065489.

HSL color Cylindrical-coordinate representation of color #114B4D: hue angle of 182º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114B4D is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 75 77 -
CMYK 0.78 0.03 0 0.70
HSL 182º 0.64% 0.18% -
HSV(B) 182º 0.78% 0.3% -
XYZ 4.09 5.69 7.9 -
YUV 57.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 17 75 77 0.78 0.03 0 0.70 182 0.64 0.18
Hex 11 4B 4D 4E 3 0 46 B6 40 12
Octal 21 113 115 116 3 0 106 266 100 22
Binary 10001 1001011 1001101 1001110 11 0 1000110 10110110 1000000 10010

Color Harmonies of #114B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114B4D

Black with #114B4D

Text Example


Text Example

White with #114B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114B4D; }

 p { color: rgb(17,75,77); }

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

background-color css

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

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

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

border-color css

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

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

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