Html Css Color HEX #148292 Eastern Blue

📋 copy color: '#148292'

red 20 ◦ green 130 ◦ blue 146

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

Shades of Eastern Blue #148292

Tints of Eastern Blue #148292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 6.76%
G = 43.92%
B = 49.32%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#148292 (or 0x148292) is known color: Eastern Blue. HEX triplet: 14, 82 and 92. RGB value is (20,130,146). Sum of RGB (Red+Green+Blue) = 20+130+146=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #148292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148292 is #EB7D6D. Grayscale: #626262. Windows color (decimal): -15433070 or 9601556. OLE color: 9601556.

HSL color Cylindrical-coordinate representation of color #148292: hue angle of 187.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148292 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 130 146 -
CMYK 0.86 0.11 0 0.43
HSL 187.62º 0.76% 0.33% -
HSV(B) 187.62º 0.86% 0.57% -
XYZ 13.46 18.19 30 -
YUV 98.93 154.56 71.7 -
System Red Green Blue C M Y K H S L
Decimal 20 130 146 0.86 0.11 0 0.43 187.62 0.76 0.33
Hex 14 82 92 56 B 0 2B BC 4C 21
Octal 24 202 222 126 13 0 53 274 114 41
Binary 10100 10000010 10010010 1010110 1011 0 101011 10111100 1001100 100001

Color Harmonies of #148292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148292

Black with #148292

Text Example


Text Example

White with #148292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148292; }

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

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

background-color css

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

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

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

border-color css

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

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

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