#14757B

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

Shades of Allports #14757B

Tints of Allports #14757B

Color information

#14757B (or 0x14757B) is unknown color: approx Allports. HEX triplet: 14, 75 and 7B. RGB value is (20,117,123). Sum of RGB (Red+Green+Blue) = 20+117+123=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #14757B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14757B is #EB8A84. Grayscale: #585858. Windows color (decimal): -15436421 or 8090900. OLE color: 8090900.

HSL color Cylindrical-coordinate representation of color #14757B: hue angle of 183.5º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14757B is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20117123-
CMYK0.840.0500.52
HSL183.5º72.03%28.04%-
HSV(B)183.5º83.74%48.24%-
XYZ10.2214.320.96-
YUV88.68147.3679.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.69%
GREEN value IS 117 (46.09% from 255) = 45%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=7.69%
G=45%
B=47.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201171230.840.0500.52183.572.0328.04
Hex14757B545034b7481c
Octal24165173124506426711034
Binary10100111010111110111010100101011010010110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14757B;
 }
 .AnyTagClassName
 {
   color: #14757B;
 }
</style>
background-color css

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

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

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

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

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

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