Html Css Color HEX #14758B Allports

📋 copy color: '#14758B'

red 20 ◦ green 117 ◦ blue 139

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

Shades of Allports #14758B

Tints of Allports #14758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 7.25%
G = 42.39%
B = 50.36%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14758B (or 0x14758B) is known color: Allports. HEX triplet: 14, 75 and 8B. RGB value is (20,117,139). Sum of RGB (Red+Green+Blue) = 20+117+139=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #14758B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14758B is #EB8A74. Grayscale: #5A5A5A. Windows color (decimal): -15436405 or 9139476. OLE color: 9139476.

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

Color convert

RGB 20 117 139 -
CMYK 0.86 0.16 0 0.45
HSL 191.09º 0.75% 0.31% -
HSV(B) 191.09º 0.86% 0.55% -
XYZ 11.31 14.74 26.67 -
YUV 90.51 155.36 77.71 -
System Red Green Blue C M Y K H S L
Decimal 20 117 139 0.86 0.16 0 0.45 191.09 0.75 0.31
Hex 14 75 8B 56 10 0 2D BF 4B 1F
Octal 24 165 213 126 20 0 55 277 113 37
Binary 10100 1110101 10001011 1010110 10000 0 101101 10111111 1001011 11111

Color Harmonies of #14758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14758B

Black with #14758B

Text Example


Text Example

White with #14758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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