Html Css Color HEX #144845 Cyprus

📋 copy color: '#144845'

red 20 ◦ green 72 ◦ blue 69

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

Shades of Cyprus #144845

Tints of Cyprus #144845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 42.86%

R = 12.42%
G = 44.72%
B = 42.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#144845 (or 0x144845) is known color: Cyprus. HEX triplet: 14, 48 and 45. RGB value is (20,72,69). Sum of RGB (Red+Green+Blue) = 20+72+69=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #144845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144845 is #EBB7BA. Grayscale: #383838. Windows color (decimal): -15447995 or 4540436. OLE color: 4540436.

HSL color Cylindrical-coordinate representation of color #144845: hue angle of 176.54º 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 #144845 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 69 -
CMYK 0.72 0 0.04 0.72
HSL 176.54º 0.57% 0.18% -
HSV(B) 176.54º 0.72% 0.28% -
XYZ 3.68 5.21 6.44 -
YUV 56.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 20 72 69 0.72 0 0.04 0.72 176.54 0.57 0.18
Hex 14 48 45 48 0 4 48 B1 39 12
Octal 24 110 105 110 0 4 110 261 71 22
Binary 10100 1001000 1000101 1001000 0 100 1001000 10110001 111001 10010

Color Harmonies of #144845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144845

Black with #144845

Text Example


Text Example

White with #144845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144845; }

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

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

background-color css

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

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

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

border-color css

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

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

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