Html Css Color HEX #157C92 Eastern Blue

📋 copy color: '#157C92'

red 21 ◦ green 124 ◦ blue 146

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

Shades of Eastern Blue #157C92

Tints of Eastern Blue #157C92

RGB

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

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

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

R = 7.22%
G = 42.61%
B = 50.17%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#157C92 (or 0x157C92) is known color: Eastern Blue. HEX triplet: 15, 7C and 92. RGB value is (21,124,146). Sum of RGB (Red+Green+Blue) = 21+124+146=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #157C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C92 is #EA836D. Grayscale: #5F5F5F. Windows color (decimal): -15369070 or 9600021. OLE color: 9600021.

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

Color convert

RGB 21 124 146 -
CMYK 0.86 0.15 0 0.43
HSL 190.56º 0.75% 0.33% -
HSV(B) 190.56º 0.86% 0.57% -
XYZ 12.71 16.65 29.74 -
YUV 95.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 21 124 146 0.86 0.15 0 0.43 190.56 0.75 0.33
Hex 15 7C 92 56 F 0 2B BF 4B 21
Octal 25 174 222 126 17 0 53 277 113 41
Binary 10101 1111100 10010010 1010110 1111 0 101011 10111111 1001011 100001

Color Harmonies of #157C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157C92

Black with #157C92

Text Example


Text Example

White with #157C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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