Html Css Color HEX #144F53 Cyprus

📋 copy color: '#144F53'

red 20 ◦ green 79 ◦ blue 83

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

Shades of Cyprus #144F53

Tints of Cyprus #144F53

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

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

R = 10.99%
G = 43.41%
B = 45.6%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#144F53 (or 0x144F53) is known color: Cyprus. HEX triplet: 14, 4F and 53. RGB value is (20,79,83). Sum of RGB (Red+Green+Blue) = 20+79+83=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #144F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F53 is #EBB0AC. Grayscale: #3D3D3D. Windows color (decimal): -15446189 or 5459732. OLE color: 5459732.

HSL color Cylindrical-coordinate representation of color #144F53: hue angle of 183.81º 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 #144F53 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 79 83 -
CMYK 0.76 0.05 0 0.67
HSL 183.81º 0.61% 0.2% -
HSV(B) 183.81º 0.76% 0.33% -
XYZ 4.65 6.37 9.17 -
YUV 61.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 20 79 83 0.76 0.05 0 0.67 183.81 0.61 0.2
Hex 14 4F 53 4C 5 0 43 B8 3D 14
Octal 24 117 123 114 5 0 103 270 75 24
Binary 10100 1001111 1010011 1001100 101 0 1000011 10111000 111101 10100

Color Harmonies of #144F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F53

Black with #144F53

Text Example


Text Example

White with #144F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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