Html Css Color HEX #14474B Cyprus

📋 copy color: '#14474B'

red 20 ◦ green 71 ◦ blue 75

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

Shades of Cyprus #14474B

Tints of Cyprus #14474B

RGB

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

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

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

R = 12.05%
G = 42.77%
B = 45.18%

CMYK

 C value IS 0.73

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14474B (or 0x14474B) is known color: Cyprus. HEX triplet: 14, 47 and 4B. RGB value is (20,71,75). Sum of RGB (Red+Green+Blue) = 20+71+75=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 75 - color contains mainly: blue. Hex color #14474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14474B is #EBB8B4. Grayscale: #383838. Windows color (decimal): -15448245 or 4933396. OLE color: 4933396.

HSL color Cylindrical-coordinate representation of color #14474B: hue angle of 184.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14474B is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 71 75 -
CMYK 0.73 0.05 0 0.71
HSL 184.36º 0.58% 0.19% -
HSV(B) 184.36º 0.73% 0.29% -
XYZ 3.81 5.16 7.45 -
YUV 56.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 20 71 75 0.73 0.05 0 0.71 184.36 0.58 0.19
Hex 14 47 4B 49 5 0 47 B8 3A 13
Octal 24 107 113 111 5 0 107 270 72 23
Binary 10100 1000111 1001011 1001001 101 0 1000111 10111000 111010 10011

Color Harmonies of #14474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14474B

Black with #14474B

Text Example


Text Example

White with #14474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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