Html Css Color HEX #14657D Allports

📋 copy color: '#14657D'

red 20 ◦ green 101 ◦ blue 125

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

Shades of Allports #14657D

Tints of Allports #14657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.06%

 BLUE value IS 125 (49.22% from 255) = 50.81%

R = 8.13%
G = 41.06%
B = 50.81%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14657D (or 0x14657D) is known color: Allports. HEX triplet: 14, 65 and 7D. RGB value is (20,101,125). Sum of RGB (Red+Green+Blue) = 20+101+125=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #14657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14657D is #EB9A82. Grayscale: #4F4F4F. Windows color (decimal): -15440515 or 8217876. OLE color: 8217876.

HSL color Cylindrical-coordinate representation of color #14657D: hue angle of 193.71º 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 #14657D is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 101 125 -
CMYK 0.84 0.19 0 0.51
HSL 193.71º 0.72% 0.28% -
HSV(B) 193.71º 0.84% 0.49% -
XYZ 8.64 10.94 21.06 -
YUV 79.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 20 101 125 0.84 0.19 0 0.51 193.71 0.72 0.28
Hex 14 65 7D 54 13 0 33 C2 48 1C
Octal 24 145 175 124 23 0 63 302 110 34
Binary 10100 1100101 1111101 1010100 10011 0 110011 11000010 1001000 11100

Color Harmonies of #14657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14657D

Black with #14657D

Text Example


Text Example

White with #14657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14657D; }

 p { color: rgb(20,101,125); }

 H1.HeaderClassName
 {
   color: #14657D;
 }
 .AnyTagClassName
 {
   color: #14657D;
 }
</style>

background-color css

<style>
 a { background-color: #14657D; }

 a { background-color: rgb(20,101,125); }

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

border-color css

<style>
 span { border-color: #14657D; }

 span { border-color: rgb(20,101,125); }

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