#14758B

Color #14758B Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #14758B

Tints of Allports #14758B

Color information

#14758B (or 0x14758B) is unknown color: approx 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

RGB20117139-
CMYK0.860.1600.45
HSL191.09º74.84%31.18%-
HSV(B)191.09º85.61%54.51%-
XYZ11.3114.7426.67-
YUV90.51155.3677.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201171390.860.1600.45191.0974.8431.18
Hex14758B561002Dbf4b1f
Octal241652131262005527711337
Binary10100111010110001011101011010000010110110111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>