Html Css Color HEX #148392 Eastern Blue

📋 copy color: '#148392'

red 20 ◦ green 131 ◦ blue 146

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

Shades of Eastern Blue #148392

Tints of Eastern Blue #148392

RGB

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

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

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

R = 6.73%
G = 44.11%
B = 49.16%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#148392 (or 0x148392) is known color: Eastern Blue. HEX triplet: 14, 83 and 92. RGB value is (20,131,146). Sum of RGB (Red+Green+Blue) = 20+131+146=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #148392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148392 is #EB7C6D. Grayscale: #636363. Windows color (decimal): -15432814 or 9601812. OLE color: 9601812.

HSL color Cylindrical-coordinate representation of color #148392: hue angle of 187.14º 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 #148392 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 131 146 -
CMYK 0.86 0.10 0 0.43
HSL 187.14º 0.76% 0.33% -
HSV(B) 187.14º 0.86% 0.57% -
XYZ 13.59 18.46 30.04 -
YUV 99.52 154.23 71.28 -
System Red Green Blue C M Y K H S L
Decimal 20 131 146 0.86 0.10 0 0.43 187.14 0.76 0.33
Hex 14 83 92 56 A 0 2B BB 4C 21
Octal 24 203 222 126 12 0 53 273 114 41
Binary 10100 10000011 10010010 1010110 1010 0 101011 10111011 1001100 100001

Color Harmonies of #148392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148392

Black with #148392

Text Example


Text Example

White with #148392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148392; }

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

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

background-color css

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

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

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

border-color css

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

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

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