Html Css Color HEX #157D99 Eastern Blue

📋 copy color: '#157D99'

red 21 ◦ green 125 ◦ blue 153

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

Shades of Eastern Blue #157D99

Tints of Eastern Blue #157D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 7.02%
G = 41.81%
B = 51.17%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#157D99 (or 0x157D99) is known color: Eastern Blue. HEX triplet: 15, 7D and 99. RGB value is (21,125,153). Sum of RGB (Red+Green+Blue) = 21+125+153=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #157D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157D99 is #EA8266. Grayscale: #606060. Windows color (decimal): -15368807 or 10059029. OLE color: 10059029.

HSL color Cylindrical-coordinate representation of color #157D99: hue angle of 192.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157D99 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 125 153 -
CMYK 0.86 0.18 0 0.4
HSL 192.73º 0.76% 0.34% -
HSV(B) 192.73º 0.86% 0.6% -
XYZ 13.39 17.13 32.74 -
YUV 97.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 21 125 153 0.86 0.18 0 0.4 192.73 0.76 0.34
Hex 15 7D 99 56 12 0 28 C1 4C 22
Octal 25 175 231 126 22 0 50 301 114 42
Binary 10101 1111101 10011001 1010110 10010 0 101000 11000001 1001100 100010

Color Harmonies of #157D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157D99

Black with #157D99

Text Example


Text Example

White with #157D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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