Html Css Color HEX #147993 Eastern Blue

📋 copy color: '#147993'

red 20 ◦ green 121 ◦ blue 147

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

Shades of Eastern Blue #147993

Tints of Eastern Blue #147993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 6.94%
G = 42.01%
B = 51.04%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147993 (or 0x147993) is known color: Eastern Blue. HEX triplet: 14, 79 and 93. RGB value is (20,121,147). Sum of RGB (Red+Green+Blue) = 20+121+147=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #147993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147993 is #EB866C. Grayscale: #5D5D5D. Windows color (decimal): -15435373 or 9664788. OLE color: 9664788.

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

Color convert

RGB 20 121 147 -
CMYK 0.86 0.18 0 0.42
HSL 192.28º 0.76% 0.33% -
HSV(B) 192.28º 0.86% 0.58% -
XYZ 12.39 15.93 30.03 -
YUV 93.77 158.04 75.39 -
System Red Green Blue C M Y K H S L
Decimal 20 121 147 0.86 0.18 0 0.42 192.28 0.76 0.33
Hex 14 79 93 56 12 0 2A C0 4C 21
Octal 24 171 223 126 22 0 52 300 114 41
Binary 10100 1111001 10010011 1010110 10010 0 101010 11000000 1001100 100001

Color Harmonies of #147993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147993

Black with #147993

Text Example


Text Example

White with #147993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147993; }

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

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

background-color css

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

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

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

border-color css

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

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

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