Html Css Color HEX #14738B Allports

📋 copy color: '#14738B'

red 20 ◦ green 115 ◦ blue 139

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

Shades of Allports #14738B

Tints of Allports #14738B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.97%

 BLUE value IS 139 (54.69% from 255) = 50.73%

R = 7.3%
G = 41.97%
B = 50.73%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14738B (or 0x14738B) is known color: Allports. HEX triplet: 14, 73 and 8B. RGB value is (20,115,139). Sum of RGB (Red+Green+Blue) = 20+115+139=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #14738B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14738B is #EB8C74. Grayscale: #595959. Windows color (decimal): -15436917 or 9138964. OLE color: 9138964.

HSL color Cylindrical-coordinate representation of color #14738B: hue angle of 192.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14738B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 115 139 -
CMYK 0.86 0.17 0 0.45
HSL 192.1º 0.75% 0.31% -
HSV(B) 192.1º 0.86% 0.55% -
XYZ 11.08 14.27 26.6 -
YUV 89.33 156.03 78.55 -
System Red Green Blue C M Y K H S L
Decimal 20 115 139 0.86 0.17 0 0.45 192.1 0.75 0.31
Hex 14 73 8B 56 11 0 2D C0 4B 1F
Octal 24 163 213 126 21 0 55 300 113 37
Binary 10100 1110011 10001011 1010110 10001 0 101101 11000000 1001011 11111

Color Harmonies of #14738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14738B

Black with #14738B

Text Example


Text Example

White with #14738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14738B; }

 p { color: rgb(20,115,139); }

 H1.HeaderClassName
 {
   color: #14738B;
 }
 .AnyTagClassName
 {
   color: #14738B;
 }
</style>

background-color css

<style>
 a { background-color: #14738B; }

 a { background-color: rgb(20,115,139); }

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

border-color css

<style>
 span { border-color: #14738B; }

 span { border-color: rgb(20,115,139); }

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