Html Css Color HEX #157D91 Eastern Blue

📋 copy color: '#157D91'

red 21 ◦ green 125 ◦ blue 145

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

Shades of Eastern Blue #157D91

Tints of Eastern Blue #157D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 7.22%
G = 42.96%
B = 49.83%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#157D91 (or 0x157D91) is known color: Eastern Blue. HEX triplet: 15, 7D and 91. RGB value is (21,125,145). Sum of RGB (Red+Green+Blue) = 21+125+145=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #157D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D91 is #EA826E. Grayscale: #606060. Windows color (decimal): -15368815 or 9534741. OLE color: 9534741.

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

Color convert

RGB 21 125 145 -
CMYK 0.86 0.14 0 0.43
HSL 189.68º 0.75% 0.33% -
HSV(B) 189.68º 0.86% 0.57% -
XYZ 12.75 16.87 29.37 -
YUV 96.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 21 125 145 0.86 0.14 0 0.43 189.68 0.75 0.33
Hex 15 7D 91 56 E 0 2B BE 4B 21
Octal 25 175 221 126 16 0 53 276 113 41
Binary 10101 1111101 10010001 1010110 1110 0 101011 10111110 1001011 100001

Color Harmonies of #157D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D91

Black with #157D91

Text Example


Text Example

White with #157D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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