Html Css Color HEX #147992 Eastern Blue

📋 copy color: '#147992'

red 20 ◦ green 121 ◦ blue 146

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

Shades of Eastern Blue #147992

Tints of Eastern Blue #147992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

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

R = 6.97%
G = 42.16%
B = 50.87%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147992 (or 0x147992) is known color: Eastern Blue. HEX triplet: 14, 79 and 92. RGB value is (20,121,146). Sum of RGB (Red+Green+Blue) = 20+121+146=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #147992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147992 is #EB866D. Grayscale: #5D5D5D. Windows color (decimal): -15435374 or 9599252. OLE color: 9599252.

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

Color convert

RGB 20 121 146 -
CMYK 0.86 0.17 0 0.43
HSL 191.9º 0.76% 0.33% -
HSV(B) 191.9º 0.86% 0.57% -
XYZ 12.31 15.9 29.61 -
YUV 93.65 157.54 75.47 -
System Red Green Blue C M Y K H S L
Decimal 20 121 146 0.86 0.17 0 0.43 191.9 0.76 0.33
Hex 14 79 92 56 11 0 2B C0 4C 21
Octal 24 171 222 126 21 0 53 300 114 41
Binary 10100 1111001 10010010 1010110 10001 0 101011 11000000 1001100 100001

Color Harmonies of #147992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147992

Black with #147992

Text Example


Text Example

White with #147992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147992; }

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

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

background-color css

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

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

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

border-color css

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

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

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