Html Css Color HEX #148395 Eastern Blue

📋 copy color: '#148395'

red 20 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #148395

Tints of Eastern Blue #148395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 6.67%
G = 43.67%
B = 49.67%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148395 (or 0x148395) is known color: Eastern Blue. HEX triplet: 14, 83 and 95. RGB value is (20,131,149). Sum of RGB (Red+Green+Blue) = 20+131+149=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #148395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148395 is #EB7C6A. Grayscale: #636363. Windows color (decimal): -15432811 or 9798420. OLE color: 9798420.

HSL color Cylindrical-coordinate representation of color #148395: hue angle of 188.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148395 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 131 149 -
CMYK 0.87 0.12 0 0.42
HSL 188.37º 0.76% 0.33% -
HSV(B) 188.37º 0.87% 0.58% -
XYZ 13.83 18.55 31.29 -
YUV 99.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 20 131 149 0.87 0.12 0 0.42 188.37 0.76 0.33
Hex 14 83 95 57 C 0 2A BC 4C 21
Octal 24 203 225 127 14 0 52 274 114 41
Binary 10100 10000011 10010101 1010111 1100 0 101010 10111100 1001100 100001

Color Harmonies of #148395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148395

Black with #148395

Text Example


Text Example

White with #148395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148395; }

 p { color: rgb(20,131,149); }

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

background-color css

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

 a { background-color: rgb(20,131,149); }

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

border-color css

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

 span { border-color: rgb(20,131,149); }

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