Html Css Color HEX #157D95 Eastern Blue

📋 copy color: '#157D95'

red 21 ◦ green 125 ◦ blue 149

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

Shades of Eastern Blue #157D95

Tints of Eastern Blue #157D95

RGB

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

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

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

R = 7.12%
G = 42.37%
B = 50.51%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157D95 (or 0x157D95) is known color: Eastern Blue. HEX triplet: 15, 7D and 95. RGB value is (21,125,149). Sum of RGB (Red+Green+Blue) = 21+125+149=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #157D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D95 is #EA826A. Grayscale: #606060. Windows color (decimal): -15368811 or 9796885. OLE color: 9796885.

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

Color convert

RGB 21 125 149 -
CMYK 0.86 0.16 0 0.42
HSL 191.25º 0.75% 0.33% -
HSV(B) 191.25º 0.86% 0.58% -
XYZ 13.07 17 31.03 -
YUV 96.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 21 125 149 0.86 0.16 0 0.42 191.25 0.75 0.33
Hex 15 7D 95 56 10 0 2A BF 4B 21
Octal 25 175 225 126 20 0 52 277 113 41
Binary 10101 1111101 10010101 1010110 10000 0 101010 10111111 1001011 100001

Color Harmonies of #157D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D95

Black with #157D95

Text Example


Text Example

White with #157D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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