Html Css Color HEX #144843 Cyprus

📋 copy color: '#144843'

red 20 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #144843

Tints of Cyprus #144843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 42.14%

R = 12.58%
G = 45.28%
B = 42.14%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#144843 (or 0x144843) is known color: Cyprus. HEX triplet: 14, 48 and 43. RGB value is (20,72,67). Sum of RGB (Red+Green+Blue) = 20+72+67=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #144843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144843 is #EBB7BC. Grayscale: #373737. Windows color (decimal): -15447997 or 4409364. OLE color: 4409364.

HSL color Cylindrical-coordinate representation of color #144843: hue angle of 174.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144843 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 67 -
CMYK 0.72 0 0.07 0.72
HSL 174.23º 0.57% 0.18% -
HSV(B) 174.23º 0.72% 0.28% -
XYZ 3.62 5.19 6.12 -
YUV 55.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 20 72 67 0.72 0 0.07 0.72 174.23 0.57 0.18
Hex 14 48 43 48 0 7 48 AE 39 12
Octal 24 110 103 110 0 7 110 256 71 22
Binary 10100 1001000 1000011 1001000 0 111 1001000 10101110 111001 10010

Color Harmonies of #144843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144843

Black with #144843

Text Example


Text Example

White with #144843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144843; }

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

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

background-color css

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

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

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

border-color css

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

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

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