Html Css Color HEX #144849 Cyprus

📋 copy color: '#144849'

red 20 ◦ green 72 ◦ blue 73

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

Shades of Cyprus #144849

Tints of Cyprus #144849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

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

R = 12.12%
G = 43.64%
B = 44.24%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#144849 (or 0x144849) is known color: Cyprus. HEX triplet: 14, 48 and 49. RGB value is (20,72,73). Sum of RGB (Red+Green+Blue) = 20+72+73=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #144849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144849 is #EBB7B6. Grayscale: #383838. Windows color (decimal): -15447991 or 4802580. OLE color: 4802580.

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

Color convert

RGB 20 72 73 -
CMYK 0.73 0.01 0 0.71
HSL 181.13º 0.57% 0.18% -
HSV(B) 181.13º 0.73% 0.29% -
XYZ 3.81 5.26 7.12 -
YUV 56.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 20 72 73 0.73 0.01 0 0.71 181.13 0.57 0.18
Hex 14 48 49 49 1 0 47 B5 39 12
Octal 24 110 111 111 1 0 107 265 71 22
Binary 10100 1001000 1001001 1001001 1 0 1000111 10110101 111001 10010

Color Harmonies of #144849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144849

Black with #144849

Text Example


Text Example

White with #144849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144849; }

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

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

background-color css

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

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

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

border-color css

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

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

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