#147A88

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

Shades of Allports #147A88

Tints of Allports #147A88

Color information

#147A88 (or 0x147A88) is unknown color: approx Allports. HEX triplet: 14, 7A and 88. RGB value is (20,122,136). Sum of RGB (Red+Green+Blue) = 20+122+136=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #147A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A88 is #EB8577. Grayscale: #5C5C5C. Windows color (decimal): -15435128 or 8944148. OLE color: 8944148.

HSL color Cylindrical-coordinate representation of color #147A88: hue angle of 187.24º 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 #147A88 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20122136-
CMYK0.850.1000.47
HSL187.24º74.36%30.59%-
HSV(B)187.24º85.29%53.33%-
XYZ11.6915.8525.73-
YUV93.1152.2175.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=7.19%
G=43.88%
B=48.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201221360.850.1000.47187.2474.3630.59
Hex147A8855A02Fbb4a1f
Octal241722101251205727311237
Binary1010011110101000100010101011010010111110111011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A88; }

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

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

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

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

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

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

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

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