#147A91

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

Shades of Eastern Blue #147A91

Tints of Eastern Blue #147A91

Color information

#147A91 (or 0x147A91) is unknown color: approx Eastern Blue. HEX triplet: 14, 7A and 91. RGB value is (20,122,145). Sum of RGB (Red+Green+Blue) = 20+122+145=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #147A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A91 is #EB856E. Grayscale: #5D5D5D. Windows color (decimal): -15435119 or 9533972. OLE color: 9533972.

HSL color Cylindrical-coordinate representation of color #147A91: hue angle of 191.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147A91 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20122145-
CMYK0.860.1600.43
HSL191.04º75.76%32.35%-
HSV(B)191.04º86.21%56.86%-
XYZ12.3616.1129.25-
YUV94.12156.7175.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.97%
GREEN value IS 122 (48.05% from 255) = 42.51%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=6.97%
G=42.51%
B=50.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201221450.860.1600.43191.0475.7632.35
Hex147A91561002Bbf4c20
Octal241722211262005327711440
Binary101001111010100100011010110100000101011101111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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