Html Css Color HEX #14737C Allports

📋 copy color: '#14737C'

red 20 ◦ green 115 ◦ blue 124

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

Shades of Allports #14737C

Tints of Allports #14737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 7.72%
G = 44.4%
B = 47.88%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14737C (or 0x14737C) is known color: Allports. HEX triplet: 14, 73 and 7C. RGB value is (20,115,124). Sum of RGB (Red+Green+Blue) = 20+115+124=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #14737C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14737C is #EB8C83. Grayscale: #575757. Windows color (decimal): -15436932 or 8155924. OLE color: 8155924.

HSL color Cylindrical-coordinate representation of color #14737C: hue angle of 185.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14737C is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 115 124 -
CMYK 0.84 0.07 0 0.51
HSL 185.19º 0.72% 0.28% -
HSV(B) 185.19º 0.84% 0.49% -
XYZ 10.06 13.87 21.22 -
YUV 87.62 148.53 79.77 -
System Red Green Blue C M Y K H S L
Decimal 20 115 124 0.84 0.07 0 0.51 185.19 0.72 0.28
Hex 14 73 7C 54 7 0 33 B9 48 1C
Octal 24 163 174 124 7 0 63 271 110 34
Binary 10100 1110011 1111100 1010100 111 0 110011 10111001 1001000 11100

Color Harmonies of #14737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14737C

Black with #14737C

Text Example


Text Example

White with #14737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14737C; }

 p { color: rgb(20,115,124); }

 H1.HeaderClassName
 {
   color: #14737C;
 }
 .AnyTagClassName
 {
   color: #14737C;
 }
</style>

background-color css

<style>
 a { background-color: #14737C; }

 a { background-color: rgb(20,115,124); }

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

border-color css

<style>
 span { border-color: #14737C; }

 span { border-color: rgb(20,115,124); }

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