Html Css Color HEX #157D9B Eastern Blue

📋 copy color: '#157D9B'

red 21 ◦ green 125 ◦ blue 155

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

Shades of Eastern Blue #157D9B

Tints of Eastern Blue #157D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 6.98%
G = 41.53%
B = 51.5%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#157D9B (or 0x157D9B) is known color: Eastern Blue. HEX triplet: 15, 7D and 9B. RGB value is (21,125,155). Sum of RGB (Red+Green+Blue) = 21+125+155=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #157D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D9B is #EA8264. Grayscale: #616161. Windows color (decimal): -15368805 or 10190101. OLE color: 10190101.

HSL color Cylindrical-coordinate representation of color #157D9B: hue angle of 193.43º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157D9B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 125 155 -
CMYK 0.86 0.19 0 0.39
HSL 193.43º 0.76% 0.35% -
HSV(B) 193.43º 0.86% 0.61% -
XYZ 13.56 17.19 33.61 -
YUV 97.32 160.54 73.56 -
System Red Green Blue C M Y K H S L
Decimal 21 125 155 0.86 0.19 0 0.39 193.43 0.76 0.35
Hex 15 7D 9B 56 13 0 27 C1 4C 23
Octal 25 175 233 126 23 0 47 301 114 43
Binary 10101 1111101 10011011 1010110 10011 0 100111 11000001 1001100 100011

Color Harmonies of #157D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D9B

Black with #157D9B

Text Example


Text Example

White with #157D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,125,155); }

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

background-color css

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

 a { background-color: rgb(21,125,155); }

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

border-color css

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

 span { border-color: rgb(21,125,155); }

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