Html Css Color HEX #144C51 Cyprus

📋 copy color: '#144C51'

red 20 ◦ green 76 ◦ blue 81

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

Shades of Cyprus #144C51

Tints of Cyprus #144C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.76%

R = 11.3%
G = 42.94%
B = 45.76%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#144C51 (or 0x144C51) is known color: Cyprus. HEX triplet: 14, 4C and 51. RGB value is (20,76,81). Sum of RGB (Red+Green+Blue) = 20+76+81=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 81 (32.03% from 255 or 45.76% from 177); Max value from RGB is 81 - color contains mainly: blue. Hex color #144C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C51 is #EBB3AE. Grayscale: #3B3B3B. Windows color (decimal): -15446959 or 5327892. OLE color: 5327892.

HSL color Cylindrical-coordinate representation of color #144C51: hue angle of 184.92º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144C51 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 20 76 81 -
CMYK 0.75 0.06 0 0.68
HSL 184.92º 0.6% 0.2% -
HSV(B) 184.92º 0.75% 0.32% -
XYZ 4.36 5.91 8.7 -
YUV 59.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 20 76 81 0.75 0.06 0 0.68 184.92 0.6 0.2
Hex 14 4C 51 4B 6 0 44 B9 3C 14
Octal 24 114 121 113 6 0 104 271 74 24
Binary 10100 1001100 1010001 1001011 110 0 1000100 10111001 111100 10100

Color Harmonies of #144C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C51

Black with #144C51

Text Example


Text Example

White with #144C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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