Html Css Color HEX #144C50 Cyprus

📋 copy color: '#144C50'

red 20 ◦ green 76 ◦ blue 80

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

Shades of Cyprus #144C50

Tints of Cyprus #144C50

RGB

 RED value IS 20 (8.2% from 255) = 11.36%

 GREEN value IS 76 (30.08% from 255) = 43.18%

 BLUE value IS 80 (31.64% from 255) = 45.45%

R = 11.36%
G = 43.18%
B = 45.45%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#144C50 (or 0x144C50) is known color: Cyprus. HEX triplet: 14, 4C and 50. RGB value is (20,76,80). Sum of RGB (Red+Green+Blue) = 20+76+80=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #144C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C50 is #EBB3AF. Grayscale: #3B3B3B. Windows color (decimal): -15446960 or 5262356. OLE color: 5262356.

HSL color Cylindrical-coordinate representation of color #144C50: hue angle of 184º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144C50 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 76 80 -
CMYK 0.75 0.05 0 0.69
HSL 184º 0.6% 0.2% -
HSV(B) 184º 0.75% 0.31% -
XYZ 4.32 5.9 8.5 -
YUV 59.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 20 76 80 0.75 0.05 0 0.69 184 0.6 0.2
Hex 14 4C 50 4B 5 0 45 B8 3C 14
Octal 24 114 120 113 5 0 105 270 74 24
Binary 10100 1001100 1010000 1001011 101 0 1000101 10111000 111100 10100

Color Harmonies of #144C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C50

Black with #144C50

Text Example


Text Example

White with #144C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C50; }

 p { color: rgb(20,76,80); }

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

background-color css

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

 a { background-color: rgb(20,76,80); }

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

border-color css

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

 span { border-color: rgb(20,76,80); }

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