Html Css Color HEX #144A47 Cyprus

📋 copy color: '#144A47'

red 20 ◦ green 74 ◦ blue 71

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

Shades of Cyprus #144A47

Tints of Cyprus #144A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.85%

 BLUE value IS 71 (28.13% from 255) = 43.03%

R = 12.12%
G = 44.85%
B = 43.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#144A47 (or 0x144A47) is known color: Cyprus. HEX triplet: 14, 4A and 47. RGB value is (20,74,71). Sum of RGB (Red+Green+Blue) = 20+74+71=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 71 (28.12% from 255 or 43.03% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #144A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A47 is #EBB5B8. Grayscale: #393939. Windows color (decimal): -15447481 or 4672020. OLE color: 4672020.

HSL color Cylindrical-coordinate representation of color #144A47: hue angle of 176.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A47 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 74 71 -
CMYK 0.73 0 0.04 0.71
HSL 176.67º 0.57% 0.18% -
HSV(B) 176.67º 0.73% 0.29% -
XYZ 3.87 5.5 6.82 -
YUV 57.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 20 74 71 0.73 0 0.04 0.71 176.67 0.57 0.18
Hex 14 4A 47 49 0 4 47 B1 39 12
Octal 24 112 107 111 0 4 107 261 71 22
Binary 10100 1001010 1000111 1001001 0 100 1000111 10110001 111001 10010

Color Harmonies of #144A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A47

Black with #144A47

Text Example


Text Example

White with #144A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,71); }

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

background-color css

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

 a { background-color: rgb(20,74,71); }

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

border-color css

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

 span { border-color: rgb(20,74,71); }

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