Html Css Color HEX #144F4B Cyprus

📋 copy color: '#144F4B'

red 20 ◦ green 79 ◦ blue 75

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

Shades of Cyprus #144F4B

Tints of Cyprus #144F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 11.49%
G = 45.4%
B = 43.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#144F4B (or 0x144F4B) is known color: Cyprus. HEX triplet: 14, 4F and 4B. RGB value is (20,79,75). Sum of RGB (Red+Green+Blue) = 20+79+75=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #144F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F4B is #EBB0B4. Grayscale: #3C3C3C. Windows color (decimal): -15446197 or 4935444. OLE color: 4935444.

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

Color convert

RGB 20 79 75 -
CMYK 0.75 0 0.05 0.69
HSL 175.93º 0.6% 0.19% -
HSV(B) 175.93º 0.75% 0.31% -
XYZ 4.35 6.25 7.63 -
YUV 60.9 135.95 98.83 -
System Red Green Blue C M Y K H S L
Decimal 20 79 75 0.75 0 0.05 0.69 175.93 0.6 0.19
Hex 14 4F 4B 4B 0 5 45 B0 3C 13
Octal 24 117 113 113 0 5 105 260 74 23
Binary 10100 1001111 1001011 1001011 0 101 1000101 10110000 111100 10011

Color Harmonies of #144F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144F4B

Black with #144F4B

Text Example


Text Example

White with #144F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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