Html Css Color HEX #14708B Allports

📋 copy color: '#14708B'

red 20 ◦ green 112 ◦ blue 139

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

Shades of Allports #14708B

Tints of Allports #14708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.33%

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

R = 7.38%
G = 41.33%
B = 51.29%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14708B (or 0x14708B) is known color: Allports. HEX triplet: 14, 70 and 8B. RGB value is (20,112,139). Sum of RGB (Red+Green+Blue) = 20+112+139=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #14708B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14708B is #EB8F74. Grayscale: #575757. Windows color (decimal): -15437685 or 9138196. OLE color: 9138196.

HSL color Cylindrical-coordinate representation of color #14708B: hue angle of 193.61º 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 #14708B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 112 139 -
CMYK 0.86 0.19 0 0.45
HSL 193.61º 0.75% 0.31% -
HSV(B) 193.61º 0.86% 0.55% -
XYZ 10.74 13.6 26.49 -
YUV 87.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 20 112 139 0.86 0.19 0 0.45 193.61 0.75 0.31
Hex 14 70 8B 56 13 0 2D C2 4B 1F
Octal 24 160 213 126 23 0 55 302 113 37
Binary 10100 1110000 10001011 1010110 10011 0 101101 11000010 1001011 11111

Color Harmonies of #14708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14708B

Black with #14708B

Text Example


Text Example

White with #14708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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