Html Css Color HEX #14718F Allports

📋 copy color: '#14718F'

red 20 ◦ green 113 ◦ blue 143

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

Shades of Allports #14718F

Tints of Allports #14718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

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

R = 7.25%
G = 40.94%
B = 51.81%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14718F (or 0x14718F) is known color: Allports. HEX triplet: 14, 71 and 8F. RGB value is (20,113,143). Sum of RGB (Red+Green+Blue) = 20+113+143=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #14718F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14718F is #EB8E70. Grayscale: #585858. Windows color (decimal): -15437425 or 9400596. OLE color: 9400596.

HSL color Cylindrical-coordinate representation of color #14718F: hue angle of 194.63º 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 #14718F is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 113 143 -
CMYK 0.86 0.21 0 0.44
HSL 194.63º 0.75% 0.32% -
HSV(B) 194.63º 0.86% 0.56% -
XYZ 11.15 13.94 28.09 -
YUV 88.61 158.69 79.06 -
System Red Green Blue C M Y K H S L
Decimal 20 113 143 0.86 0.21 0 0.44 194.63 0.75 0.32
Hex 14 71 8F 56 15 0 2C C3 4B 20
Octal 24 161 217 126 25 0 54 303 113 40
Binary 10100 1110001 10001111 1010110 10101 0 101100 11000011 1001011 100000

Color Harmonies of #14718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14718F

Black with #14718F

Text Example


Text Example

White with #14718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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