Html Css Color HEX #14748E Allports

📋 copy color: '#14748E'

red 20 ◦ green 116 ◦ blue 142

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

Shades of Allports #14748E

Tints of Allports #14748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

 BLUE value IS 142 (55.86% from 255) = 51.08%

R = 7.19%
G = 41.73%
B = 51.08%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#14748E (or 0x14748E) is known color: Allports. HEX triplet: 14, 74 and 8E. RGB value is (20,116,142). Sum of RGB (Red+Green+Blue) = 20+116+142=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #14748E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14748E is #EB8B71. Grayscale: #5A5A5A. Windows color (decimal): -15436658 or 9335828. OLE color: 9335828.

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

Color convert

RGB 20 116 142 -
CMYK 0.86 0.18 0 0.44
HSL 192.79º 0.75% 0.32% -
HSV(B) 192.79º 0.86% 0.56% -
XYZ 11.42 14.59 27.81 -
YUV 90.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 20 116 142 0.86 0.18 0 0.44 192.79 0.75 0.32
Hex 14 74 8E 56 12 0 2C C1 4B 20
Octal 24 164 216 126 22 0 54 301 113 40
Binary 10100 1110100 10001110 1010110 10010 0 101100 11000001 1001011 100000

Color Harmonies of #14748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14748E

Black with #14748E

Text Example


Text Example

White with #14748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14748E; }

 p { color: rgb(20,116,142); }

 H1.HeaderClassName
 {
   color: #14748E;
 }
 .AnyTagClassName
 {
   color: #14748E;
 }
</style>

background-color css

<style>
 a { background-color: #14748E; }

 a { background-color: rgb(20,116,142); }

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

border-color css

<style>
 span { border-color: #14748E; }

 span { border-color: rgb(20,116,142); }

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