#147988

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

Shades of Allports #147988

Tints of Allports #147988

Color information

#147988 (or 0x147988) is unknown color: approx Allports. HEX triplet: 14, 79 and 88. RGB value is (20,121,136). Sum of RGB (Red+Green+Blue) = 20+121+136=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #147988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147988 is #EB8677. Grayscale: #5C5C5C. Windows color (decimal): -15435384 or 8943892. OLE color: 8943892.

HSL color Cylindrical-coordinate representation of color #147988: hue angle of 187.76º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147988 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20121136-
CMYK0.850.1100.47
HSL187.76º74.36%30.59%-
HSV(B)187.76º85.29%53.33%-
XYZ11.5715.625.69-
YUV92.51152.5476.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 121 (47.66% from 255) = 43.68%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=7.22%
G=43.68%
B=49.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201211360.850.1100.47187.7674.3630.59
Hex14798855B02Fbc4a1f
Octal241712101251305727411237
Binary1010011110011000100010101011011010111110111100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147988; }

 p { color: rgb(20,121,136); }

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

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

 a { background-color: rgb(20,121,136); }

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

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

 span { border-color: rgb(20,121,136); }

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