Html Css Color HEX #144749 Cyprus

📋 copy color: '#144749'

red 20 ◦ green 71 ◦ blue 73

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

Shades of Cyprus #144749

Tints of Cyprus #144749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 43.29%

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

R = 12.2%
G = 43.29%
B = 44.51%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#144749 (or 0x144749) is known color: Cyprus. HEX triplet: 14, 47 and 49. RGB value is (20,71,73). Sum of RGB (Red+Green+Blue) = 20+71+73=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 71 (28.12% from 255 or 43.29% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #144749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144749 is #EBB8B6. Grayscale: #373737. Windows color (decimal): -15448247 or 4802324. OLE color: 4802324.

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

Color convert

RGB 20 71 73 -
CMYK 0.73 0.03 0 0.71
HSL 182.26º 0.57% 0.18% -
HSV(B) 182.26º 0.73% 0.29% -
XYZ 3.74 5.14 7.1 -
YUV 55.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 20 71 73 0.73 0.03 0 0.71 182.26 0.57 0.18
Hex 14 47 49 49 3 0 47 B6 39 12
Octal 24 107 111 111 3 0 107 266 71 22
Binary 10100 1000111 1001001 1001001 11 0 1000111 10110110 111001 10010

Color Harmonies of #144749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144749

Black with #144749

Text Example


Text Example

White with #144749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144749; }

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

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

background-color css

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

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

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

border-color css

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

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

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