Html Css Color HEX #144E53 Cyprus

📋 copy color: '#144E53'

red 20 ◦ green 78 ◦ blue 83

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

Shades of Cyprus #144E53

Tints of Cyprus #144E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 43.09%

 BLUE value IS 83 (32.81% from 255) = 45.86%

R = 11.05%
G = 43.09%
B = 45.86%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144E53 (or 0x144E53) is known color: Cyprus. HEX triplet: 14, 4E and 53. RGB value is (20,78,83). Sum of RGB (Red+Green+Blue) = 20+78+83=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #144E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144E53 is #EBB1AC. Grayscale: #3D3D3D. Windows color (decimal): -15446445 or 5459476. OLE color: 5459476.

HSL color Cylindrical-coordinate representation of color #144E53: hue angle of 184.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #144E53 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 78 83 -
CMYK 0.76 0.06 0 0.67
HSL 184.76º 0.61% 0.2% -
HSV(B) 184.76º 0.76% 0.33% -
XYZ 4.57 6.22 9.14 -
YUV 61.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 20 78 83 0.76 0.06 0 0.67 184.76 0.61 0.2
Hex 14 4E 53 4C 6 0 43 B9 3D 14
Octal 24 116 123 114 6 0 103 271 75 24
Binary 10100 1001110 1010011 1001100 110 0 1000011 10111001 111101 10100

Color Harmonies of #144E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E53

Black with #144E53

Text Example


Text Example

White with #144E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,78,83); }

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

background-color css

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

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

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

border-color css

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

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

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