Html Css Color HEX #144C4D Cyprus

📋 copy color: '#144C4D'

red 20 ◦ green 76 ◦ blue 77

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

Shades of Cyprus #144C4D

Tints of Cyprus #144C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.93%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 11.56%
G = 43.93%
B = 44.51%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#144C4D (or 0x144C4D) is known color: Cyprus. HEX triplet: 14, 4C and 4D. RGB value is (20,76,77). Sum of RGB (Red+Green+Blue) = 20+76+77=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 76 (30.08% from 255 or 43.93% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #144C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C4D is #EBB3B2. Grayscale: #3B3B3B. Windows color (decimal): -15446963 or 5065748. OLE color: 5065748.

HSL color Cylindrical-coordinate representation of color #144C4D: hue angle of 181.05º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C4D is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 76 77 -
CMYK 0.74 0.01 0 0.70
HSL 181.05º 0.59% 0.19% -
HSV(B) 181.05º 0.74% 0.3% -
XYZ 4.21 5.85 7.93 -
YUV 59.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 20 76 77 0.74 0.01 0 0.70 181.05 0.59 0.19
Hex 14 4C 4D 4A 1 0 46 B5 3B 13
Octal 24 114 115 112 1 0 106 265 73 23
Binary 10100 1001100 1001101 1001010 1 0 1000110 10110101 111011 10011

Color Harmonies of #144C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C4D

Black with #144C4D

Text Example


Text Example

White with #144C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144C4D; }

 p { color: rgb(20,76,77); }

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

background-color css

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

 a { background-color: rgb(20,76,77); }

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

border-color css

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

 span { border-color: rgb(20,76,77); }

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