#148FA0

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

Shades of Eastern Blue #148FA0

Tints of Eastern Blue #148FA0

Color information

#148FA0 (or 0x148FA0) is unknown color: approx Eastern Blue. HEX triplet: 14, 8F and A0. RGB value is (20,143,160). Sum of RGB (Red+Green+Blue) = 20+143+160=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 160 (62.89% from 255 or 49.54% from 323); Max value from RGB is 160 - color contains mainly: blue. Hex color #148FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148FA0 is #EB705F. Grayscale: #6B6B6B. Windows color (decimal): -15429728 or 10522388. OLE color: 10522388.

HSL color Cylindrical-coordinate representation of color #148FA0: hue angle of 187.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #148FA0 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB20143160-
CMYK0.880.1100.37
HSL187.29º77.78%35.29%-
HSV(B)187.29º87.5%62.75%-
XYZ16.4622.3336.7-
YUV108.16157.2565.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.19%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 160 (62.89% from 255) = 49.54%
R=6.19%
G=44.27%
B=49.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal201431600.880.1100.37187.2977.7835.29
Hex148FA058B025bb4e23
Octal242172401301304527311643
Binary101001000111110100000101100010110100101101110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148FA0; }

 p { color: rgb(20,143,160); }

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

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

 a { background-color: rgb(20,143,160); }

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

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

 span { border-color: rgb(20,143,160); }

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