#148292

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

Shades of Eastern Blue #148292

Tints of Eastern Blue #148292

Color information

#148292 (or 0x148292) is unknown color: approx Eastern Blue. HEX triplet: 14, 82 and 92. RGB value is (20,130,146). Sum of RGB (Red+Green+Blue) = 20+130+146=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #148292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148292 is #EB7D6D. Grayscale: #626262. Windows color (decimal): -15433070 or 9601556. OLE color: 9601556.

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

Color convert

RGB20130146-
CMYK0.860.1100.43
HSL187.62º75.9%32.55%-
HSV(B)187.62º86.3%57.25%-
XYZ13.4618.1930-
YUV98.93154.5671.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=6.76%
G=43.92%
B=49.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201301460.860.1100.43187.6275.932.55
Hex14829256B02Bbc4c21
Octal242022221261305327411441
Binary101001000001010010010101011010110101011101111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148292; }

 p { color: rgb(20,130,146); }

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

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

 a { background-color: rgb(20,130,146); }

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

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

 span { border-color: rgb(20,130,146); }

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