Html Css Color HEX #144643 Cyprus

📋 copy color: '#144643'

red 20 ◦ green 70 ◦ blue 67

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

Shades of Cyprus #144643

Tints of Cyprus #144643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.59%

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

R = 12.74%
G = 44.59%
B = 42.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#144643 (or 0x144643) is known color: Cyprus. HEX triplet: 14, 46 and 43. RGB value is (20,70,67). Sum of RGB (Red+Green+Blue) = 20+70+67=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #144643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144643 is #EBB9BC. Grayscale: #363636. Windows color (decimal): -15448509 or 4408852. OLE color: 4408852.

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

Color convert

RGB 20 70 67 -
CMYK 0.71 0 0.04 0.73
HSL 176.4º 0.56% 0.18% -
HSV(B) 176.4º 0.71% 0.27% -
XYZ 3.49 4.93 6.08 -
YUV 54.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 20 70 67 0.71 0 0.04 0.73 176.4 0.56 0.18
Hex 14 46 43 47 0 4 49 B0 38 12
Octal 24 106 103 107 0 4 111 260 70 22
Binary 10100 1000110 1000011 1000111 0 100 1001001 10110000 111000 10010

Color Harmonies of #144643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144643

Black with #144643

Text Example


Text Example

White with #144643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144643; }

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

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

background-color css

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

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

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

border-color css

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

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

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