Html Css Color HEX #148BA7 Eastern Blue

📋 copy color: '#148BA7'

red 20 ◦ green 139 ◦ blue 167

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

Shades of Eastern Blue #148BA7

Tints of Eastern Blue #148BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 51.23%

R = 6.13%
G = 42.64%
B = 51.23%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#148BA7 (or 0x148BA7) is known color: Eastern Blue. HEX triplet: 14, 8B and A7. RGB value is (20,139,167). Sum of RGB (Red+Green+Blue) = 20+139+167=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #148BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BA7 is #EB7458. Grayscale: #6A6A6A. Windows color (decimal): -15430745 or 10980116. OLE color: 10980116.

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

Color convert

RGB 20 139 167 -
CMYK 0.88 0.17 0 0.35
HSL 191.43º 0.79% 0.37% -
HSV(B) 191.43º 0.88% 0.65% -
XYZ 16.5 21.4 39.82 -
YUV 106.61 162.08 66.22 -
System Red Green Blue C M Y K H S L
Decimal 20 139 167 0.88 0.17 0 0.35 191.43 0.79 0.37
Hex 14 8B A7 58 11 0 23 BF 4F 25
Octal 24 213 247 130 21 0 43 277 117 45
Binary 10100 10001011 10100111 1011000 10001 0 100011 10111111 1001111 100101

Color Harmonies of #148BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BA7

Black with #148BA7

Text Example


Text Example

White with #148BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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