Html Css Color HEX #148295 Eastern Blue

📋 copy color: '#148295'

red 20 ◦ green 130 ◦ blue 149

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

Shades of Eastern Blue #148295

Tints of Eastern Blue #148295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

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

R = 6.69%
G = 43.48%
B = 49.83%

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

#148295 (or 0x148295) is known color: Eastern Blue. HEX triplet: 14, 82 and 95. RGB value is (20,130,149). Sum of RGB (Red+Green+Blue) = 20+130+149=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #148295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148295 is #EB7D6A. Grayscale: #636363. Windows color (decimal): -15433067 or 9798164. OLE color: 9798164.

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

Color convert

RGB 20 130 149 -
CMYK 0.87 0.13 0 0.42
HSL 188.84º 0.76% 0.33% -
HSV(B) 188.84º 0.87% 0.58% -
XYZ 13.7 18.28 31.24 -
YUV 99.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 20 130 149 0.87 0.13 0 0.42 188.84 0.76 0.33
Hex 14 82 95 57 D 0 2A BD 4C 21
Octal 24 202 225 127 15 0 52 275 114 41
Binary 10100 10000010 10010101 1010111 1101 0 101010 10111101 1001100 100001

Color Harmonies of #148295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148295

Black with #148295

Text Example


Text Example

White with #148295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148295; }

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

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

background-color css

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

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

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

border-color css

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

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

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