Html Css Color HEX #14474D Cyprus

📋 copy color: '#14474D'

red 20 ◦ green 71 ◦ blue 77

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

Shades of Cyprus #14474D

Tints of Cyprus #14474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.26%

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 11.9%
G = 42.26%
B = 45.83%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14474D (or 0x14474D) is known color: Cyprus. HEX triplet: 14, 47 and 4D. RGB value is (20,71,77). Sum of RGB (Red+Green+Blue) = 20+71+77=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #14474D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14474D is #EBB8B2. Grayscale: #383838. Windows color (decimal): -15448243 or 5064468. OLE color: 5064468.

HSL color Cylindrical-coordinate representation of color #14474D: hue angle of 186.32º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14474D is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 71 77 -
CMYK 0.74 0.08 0 0.70
HSL 186.32º 0.59% 0.19% -
HSV(B) 186.32º 0.74% 0.3% -
XYZ 3.88 5.19 7.82 -
YUV 56.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 20 71 77 0.74 0.08 0 0.70 186.32 0.59 0.19
Hex 14 47 4D 4A 8 0 46 BA 3B 13
Octal 24 107 115 112 10 0 106 272 73 23
Binary 10100 1000111 1001101 1001010 1000 0 1000110 10111010 111011 10011

Color Harmonies of #14474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14474D

Black with #14474D

Text Example


Text Example

White with #14474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14474D; }

 p { color: rgb(20,71,77); }

 H1.HeaderClassName
 {
   color: #14474D;
 }
 .AnyTagClassName
 {
   color: #14474D;
 }
</style>

background-color css

<style>
 a { background-color: #14474D; }

 a { background-color: rgb(20,71,77); }

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

border-color css

<style>
 span { border-color: #14474D; }

 span { border-color: rgb(20,71,77); }

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