Html Css Color HEX #144F4C Cyprus

📋 copy color: '#144F4C'

red 20 ◦ green 79 ◦ blue 76

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

Shades of Cyprus #144F4C

Tints of Cyprus #144F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.43%

R = 11.43%
G = 45.14%
B = 43.43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#144F4C (or 0x144F4C) is known color: Cyprus. HEX triplet: 14, 4F and 4C. RGB value is (20,79,76). Sum of RGB (Red+Green+Blue) = 20+79+76=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 79 (31.25% from 255 or 45.14% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 79 - color contains mainly: green. Hex color #144F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F4C is #EBB0B3. Grayscale: #3C3C3C. Windows color (decimal): -15446196 or 5000980. OLE color: 5000980.

HSL color Cylindrical-coordinate representation of color #144F4C: hue angle of 176.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F4C is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 79 76 -
CMYK 0.75 0 0.04 0.69
HSL 176.95º 0.6% 0.19% -
HSV(B) 176.95º 0.75% 0.31% -
XYZ 4.39 6.26 7.81 -
YUV 61.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 20 79 76 0.75 0 0.04 0.69 176.95 0.6 0.19
Hex 14 4F 4C 4B 0 4 45 B1 3C 13
Octal 24 117 114 113 0 4 105 261 74 23
Binary 10100 1001111 1001100 1001011 0 100 1000101 10110001 111100 10011

Color Harmonies of #144F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F4C

Black with #144F4C

Text Example


Text Example

White with #144F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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