#148894

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

Shades of Eastern Blue #148894

Tints of Eastern Blue #148894

Color information

#148894 (or 0x148894) is unknown color: approx Eastern Blue. HEX triplet: 14, 88 and 94. RGB value is (20,136,148). Sum of RGB (Red+Green+Blue) = 20+136+148=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #148894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148894 is #EB776B. Grayscale: #666666. Windows color (decimal): -15431532 or 9734164. OLE color: 9734164.

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

Color convert

RGB20136148-
CMYK0.860.0800.42
HSL185.62º76.19%32.94%-
HSV(B)185.62º86.49%58.04%-
XYZ14.4419.931.1-
YUV102.68153.5769.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.58%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=6.58%
G=44.74%
B=48.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201361480.860.0800.42185.6276.1932.94
Hex14889456802Aba4c21
Octal242102241261005227211441
Binary101001000100010010100101011010000101010101110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148894; }

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

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

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

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

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

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

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

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