Html Css Color HEX #144644 Cyprus

📋 copy color: '#144644'

red 20 ◦ green 70 ◦ blue 68

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

Shades of Cyprus #144644

Tints of Cyprus #144644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 43.04%

R = 12.66%
G = 44.3%
B = 43.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#144644 (or 0x144644) is known color: Cyprus. HEX triplet: 14, 46 and 44. RGB value is (20,70,68). Sum of RGB (Red+Green+Blue) = 20+70+68=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #144644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144644 is #EBB9BB. Grayscale: #363636. Windows color (decimal): -15448508 or 4474388. OLE color: 4474388.

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

Color convert

RGB 20 70 68 -
CMYK 0.71 0 0.03 0.73
HSL 177.6º 0.56% 0.18% -
HSV(B) 177.6º 0.71% 0.27% -
XYZ 3.52 4.95 6.24 -
YUV 54.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 20 70 68 0.71 0 0.03 0.73 177.6 0.56 0.18
Hex 14 46 44 47 0 3 49 B2 38 12
Octal 24 106 104 107 0 3 111 262 70 22
Binary 10100 1000110 1000100 1000111 0 11 1001001 10110010 111000 10010

Color Harmonies of #144644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144644

Black with #144644

Text Example


Text Example

White with #144644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144644; }

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

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

background-color css

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

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

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

border-color css

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

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

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