Html Css Color HEX #144A4A Cyprus

📋 copy color: '#144A4A'

red 20 ◦ green 74 ◦ blue 74

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

Shades of Cyprus #144A4A

Tints of Cyprus #144A4A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

 BLUE value IS 74 (29.3% from 255) = 44.05%

R = 11.9%
G = 44.05%
B = 44.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#144A4A (or 0x144A4A) is known color: Cyprus. HEX triplet: 14, 4A and 4A. RGB value is (20,74,74). Sum of RGB (Red+Green+Blue) = 20+74+74=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #144A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A4A is #EBB5B5. Grayscale: #393939. Windows color (decimal): -15447478 or 4868628. OLE color: 4868628.

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

Color convert

RGB 20 74 74 -
CMYK 0.73 0 0 0.71
HSL 180º 0.57% 0.18% -
HSV(B) 180º 0.73% 0.29% -
XYZ 3.97 5.54 7.34 -
YUV 57.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 20 74 74 0.73 0 0 0.71 180 0.57 0.18
Hex 14 4A 4A 49 0 0 47 B4 39 12
Octal 24 112 112 111 0 0 107 264 71 22
Binary 10100 1001010 1001010 1001001 0 0 1000111 10110100 111001 10010

Color Harmonies of #144A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A4A

Black with #144A4A

Text Example


Text Example

White with #144A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,74,74); }

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

background-color css

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

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

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

border-color css

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

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

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