Html Css Color HEX #157C95 Eastern Blue

📋 copy color: '#157C95'

red 21 ◦ green 124 ◦ blue 149

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

Shades of Eastern Blue #157C95

Tints of Eastern Blue #157C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.18%

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 7.14%
G = 42.18%
B = 50.68%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157C95 (or 0x157C95) is known color: Eastern Blue. HEX triplet: 15, 7C and 95. RGB value is (21,124,149). Sum of RGB (Red+Green+Blue) = 21+124+149=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #157C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C95 is #EA836A. Grayscale: #5F5F5F. Windows color (decimal): -15369067 or 9796629. OLE color: 9796629.

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

Color convert

RGB 21 124 149 -
CMYK 0.86 0.17 0 0.42
HSL 191.72º 0.75% 0.33% -
HSV(B) 191.72º 0.86% 0.58% -
XYZ 12.94 16.74 30.98 -
YUV 96.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 21 124 149 0.86 0.17 0 0.42 191.72 0.75 0.33
Hex 15 7C 95 56 11 0 2A C0 4B 21
Octal 25 174 225 126 21 0 52 300 113 41
Binary 10101 1111100 10010101 1010110 10001 0 101010 11000000 1001011 100001

Color Harmonies of #157C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C95

Black with #157C95

Text Example


Text Example

White with #157C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157C95; }

 p { color: rgb(21,124,149); }

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

background-color css

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

 a { background-color: rgb(21,124,149); }

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

border-color css

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

 span { border-color: rgb(21,124,149); }

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