Html Css Color HEX #148195 Eastern Blue

📋 copy color: '#148195'

red 20 ◦ green 129 ◦ blue 149

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

Shades of Eastern Blue #148195

Tints of Eastern Blue #148195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 6.71%
G = 43.29%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148195 (or 0x148195) is known color: Eastern Blue. HEX triplet: 14, 81 and 95. RGB value is (20,129,149). Sum of RGB (Red+Green+Blue) = 20+129+149=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #148195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148195 is #EB7E6A. Grayscale: #626262. Windows color (decimal): -15433323 or 9797908. OLE color: 9797908.

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

Color convert

RGB 20 129 149 -
CMYK 0.87 0.13 0 0.42
HSL 189.3º 0.76% 0.33% -
HSV(B) 189.3º 0.87% 0.58% -
XYZ 13.56 18.02 31.2 -
YUV 98.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 20 129 149 0.87 0.13 0 0.42 189.3 0.76 0.33
Hex 14 81 95 57 D 0 2A BD 4C 21
Octal 24 201 225 127 15 0 52 275 114 41
Binary 10100 10000001 10010101 1010111 1101 0 101010 10111101 1001100 100001

Color Harmonies of #148195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148195

Black with #148195

Text Example


Text Example

White with #148195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148195; }

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

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

background-color css

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

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

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

border-color css

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

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

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