Html Css Color HEX #148095 Eastern Blue

📋 copy color: '#148095'

red 20 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #148095

Tints of Eastern Blue #148095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 6.73%
G = 43.1%
B = 50.17%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148095 (or 0x148095) is known color: Eastern Blue. HEX triplet: 14, 80 and 95. RGB value is (20,128,149). Sum of RGB (Red+Green+Blue) = 20+128+149=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #148095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148095 is #EB7F6A. Grayscale: #616161. Windows color (decimal): -15433579 or 9797652. OLE color: 9797652.

HSL color Cylindrical-coordinate representation of color #148095: hue angle of 189.77º 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 #148095 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 128 149 -
CMYK 0.87 0.14 0 0.42
HSL 189.77º 0.76% 0.33% -
HSV(B) 189.77º 0.87% 0.58% -
XYZ 13.43 17.76 31.15 -
YUV 98.1 156.72 72.29 -
System Red Green Blue C M Y K H S L
Decimal 20 128 149 0.87 0.14 0 0.42 189.77 0.76 0.33
Hex 14 80 95 57 E 0 2A BE 4C 21
Octal 24 200 225 127 16 0 52 276 114 41
Binary 10100 10000000 10010101 1010111 1110 0 101010 10111110 1001100 100001

Color Harmonies of #148095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148095

Black with #148095

Text Example


Text Example

White with #148095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148095; }

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

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

background-color css

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

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

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

border-color css

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

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

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