#148794

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

Shades of Eastern Blue #148794

Tints of Eastern Blue #148794

Color information

#148794 (or 0x148794) is unknown color: approx Eastern Blue. HEX triplet: 14, 87 and 94. RGB value is (20,135,148). Sum of RGB (Red+Green+Blue) = 20+135+148=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #148794 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148794 is #EB786B. Grayscale: #656565. Windows color (decimal): -15431788 or 9733908. OLE color: 9733908.

HSL color Cylindrical-coordinate representation of color #148794: hue angle of 186.09º 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 #148794 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20135148-
CMYK0.860.0900.42
HSL186.09º76.19%32.94%-
HSV(B)186.09º86.49%58.04%-
XYZ14.319.6131.05-
YUV102.1153.969.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 148 (58.20% from 255) = 48.84%
R=6.60%
G=44.55%
B=48.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201351480.860.0900.42186.0976.1932.94
Hex14879456902Aba4c21
Octal242072241261105227211441
Binary101001000011110010100101011010010101010101110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148794; }

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

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

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

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

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

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

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

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