Html Css Color HEX #14728F Allports

📋 copy color: '#14728F'

red 20 ◦ green 114 ◦ blue 143

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

Shades of Allports #14728F

Tints of Allports #14728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

 BLUE value IS 143 (56.25% from 255) = 51.62%

R = 7.22%
G = 41.16%
B = 51.62%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14728F (or 0x14728F) is known color: Allports. HEX triplet: 14, 72 and 8F. RGB value is (20,114,143). Sum of RGB (Red+Green+Blue) = 20+114+143=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #14728F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14728F is #EB8D70. Grayscale: #585858. Windows color (decimal): -15437169 or 9400852. OLE color: 9400852.

HSL color Cylindrical-coordinate representation of color #14728F: hue angle of 194.15º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14728F is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 114 143 -
CMYK 0.86 0.20 0 0.44
HSL 194.15º 0.75% 0.32% -
HSV(B) 194.15º 0.86% 0.56% -
XYZ 11.26 14.17 28.13 -
YUV 89.2 158.36 78.64 -
System Red Green Blue C M Y K H S L
Decimal 20 114 143 0.86 0.20 0 0.44 194.15 0.75 0.32
Hex 14 72 8F 56 14 0 2C C2 4B 20
Octal 24 162 217 126 24 0 54 302 113 40
Binary 10100 1110010 10001111 1010110 10100 0 101100 11000010 1001011 100000

Color Harmonies of #14728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14728F

Black with #14728F

Text Example


Text Example

White with #14728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14728F; }

 p { color: rgb(20,114,143); }

 H1.HeaderClassName
 {
   color: #14728F;
 }
 .AnyTagClassName
 {
   color: #14728F;
 }
</style>

background-color css

<style>
 a { background-color: #14728F; }

 a { background-color: rgb(20,114,143); }

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

border-color css

<style>
 span { border-color: #14728F; }

 span { border-color: rgb(20,114,143); }

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