Html Css Color HEX #148BA3 Eastern Blue

📋 copy color: '#148BA3'

red 20 ◦ green 139 ◦ blue 163

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

Shades of Eastern Blue #148BA3

Tints of Eastern Blue #148BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.62%

R = 6.21%
G = 43.17%
B = 50.62%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#148BA3 (or 0x148BA3) is known color: Eastern Blue. HEX triplet: 14, 8B and A3. RGB value is (20,139,163). Sum of RGB (Red+Green+Blue) = 20+139+163=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 163 (64.06% from 255 or 50.62% from 322); Max value from RGB is 163 - color contains mainly: blue. Hex color #148BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148BA3 is #EB745C. Grayscale: #696969. Windows color (decimal): -15430749 or 10717972. OLE color: 10717972.

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

Color convert

RGB 20 139 163 -
CMYK 0.88 0.15 0 0.36
HSL 190.07º 0.78% 0.36% -
HSV(B) 190.07º 0.88% 0.64% -
XYZ 16.13 21.26 37.9 -
YUV 106.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 20 139 163 0.88 0.15 0 0.36 190.07 0.78 0.36
Hex 14 8B A3 58 F 0 24 BE 4E 24
Octal 24 213 243 130 17 0 44 276 116 44
Binary 10100 10001011 10100011 1011000 1111 0 100100 10111110 1001110 100100

Color Harmonies of #148BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148BA3

Black with #148BA3

Text Example


Text Example

White with #148BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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