Html Css Color HEX #148BA5 Eastern Blue

📋 copy color: '#148BA5'

red 20 ◦ green 139 ◦ blue 165

#148BA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #148BA5

Tints of Eastern Blue #148BA5

RGB

 RED value IS 20 (8.2% from 255) = 6.17%

 GREEN value IS 139 (54.69% from 255) = 42.9%

 BLUE value IS 165 (64.84% from 255) = 50.93%

R = 6.17%
G = 42.9%
B = 50.93%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#148BA5 (or 0x148BA5) is known color: Eastern Blue. HEX triplet: 14, 8B and A5. RGB value is (20,139,165). Sum of RGB (Red+Green+Blue) = 20+139+165=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 139 (54.69% from 255 or 42.90% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #148BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BA5 is #EB745A. Grayscale: #6A6A6A. Windows color (decimal): -15430747 or 10849044. OLE color: 10849044.

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

Color convert

RGB 20 139 165 -
CMYK 0.88 0.16 0 0.35
HSL 190.76º 0.78% 0.36% -
HSV(B) 190.76º 0.88% 0.65% -
XYZ 16.31 21.33 38.85 -
YUV 106.38 161.08 66.39 -
System Red Green Blue C M Y K H S L
Decimal 20 139 165 0.88 0.16 0 0.35 190.76 0.78 0.36
Hex 14 8B A5 58 10 0 23 BF 4E 24
Octal 24 213 245 130 20 0 43 277 116 44
Binary 10100 10001011 10100101 1011000 10000 0 100011 10111111 1001110 100100

Color Harmonies of #148BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BA5

Black with #148BA5

Text Example


Text Example

White with #148BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,139,165); }

 H1.HeaderClassName
 {
   color: #148BA5;
 }
 .AnyTagClassName
 {
   color: #148BA5;
 }
</style>

background-color css

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

 a { background-color: rgb(20,139,165); }

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

border-color css

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

 span { border-color: rgb(20,139,165); }

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