Html Css Color HEX #14647E Allports

📋 copy color: '#14647E'

red 20 ◦ green 100 ◦ blue 126

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

Shades of Allports #14647E

Tints of Allports #14647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 8.13%
G = 40.65%
B = 51.22%

CMYK

 C value IS 0.84

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14647E (or 0x14647E) is known color: Allports. HEX triplet: 14, 64 and 7E. RGB value is (20,100,126). Sum of RGB (Red+Green+Blue) = 20+100+126=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #14647E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14647E is #EB9B81. Grayscale: #4E4E4E. Windows color (decimal): -15440770 or 8283156. OLE color: 8283156.

HSL color Cylindrical-coordinate representation of color #14647E: hue angle of 194.72º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14647E is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 100 126 -
CMYK 0.84 0.21 0 0.51
HSL 194.72º 0.73% 0.29% -
HSV(B) 194.72º 0.84% 0.49% -
XYZ 8.61 10.77 21.36 -
YUV 79.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 20 100 126 0.84 0.21 0 0.51 194.72 0.73 0.29
Hex 14 64 7E 54 15 0 33 C3 49 1D
Octal 24 144 176 124 25 0 63 303 111 35
Binary 10100 1100100 1111110 1010100 10101 0 110011 11000011 1001001 11101

Color Harmonies of #14647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14647E

Black with #14647E

Text Example


Text Example

White with #14647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,100,126); }

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

background-color css

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

 a { background-color: rgb(20,100,126); }

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

border-color css

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

 span { border-color: rgb(20,100,126); }

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