Html Css Color HEX #157994 Eastern Blue

📋 copy color: '#157994'

red 21 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #157994

Tints of Eastern Blue #157994

RGB

 RED value IS 21 (8.59% from 255) = 7.24%

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

 BLUE value IS 148 (58.2% from 255) = 51.03%

R = 7.24%
G = 41.72%
B = 51.03%

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

#157994 (or 0x157994) is known color: Eastern Blue. HEX triplet: 15, 79 and 94. RGB value is (21,121,148). Sum of RGB (Red+Green+Blue) = 21+121+148=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #157994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157994 is #EA866B. Grayscale: #5D5D5D. Windows color (decimal): -15369836 or 9730325. OLE color: 9730325.

HSL color Cylindrical-coordinate representation of color #157994: hue angle of 192.76º degrees, saturation: 0.75, 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 #157994 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 121 148 -
CMYK 0.86 0.18 0 0.42
HSL 192.76º 0.75% 0.33% -
HSV(B) 192.76º 0.86% 0.58% -
XYZ 12.49 15.97 30.44 -
YUV 94.18 158.37 75.8 -
System Red Green Blue C M Y K H S L
Decimal 21 121 148 0.86 0.18 0 0.42 192.76 0.75 0.33
Hex 15 79 94 56 12 0 2A C1 4B 21
Octal 25 171 224 126 22 0 52 301 113 41
Binary 10101 1111001 10010100 1010110 10010 0 101010 11000001 1001011 100001

Color Harmonies of #157994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157994

Black with #157994

Text Example


Text Example

White with #157994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157994; }

 p { color: rgb(21,121,148); }

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

background-color css

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

 a { background-color: rgb(21,121,148); }

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

border-color css

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

 span { border-color: rgb(21,121,148); }

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