Html Css Color HEX #157F99 Eastern Blue

📋 copy color: '#157F99'

red 21 ◦ green 127 ◦ blue 153

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

Shades of Eastern Blue #157F99

Tints of Eastern Blue #157F99

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

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

R = 6.98%
G = 42.19%
B = 50.83%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#157F99 (or 0x157F99) is known color: Eastern Blue. HEX triplet: 15, 7F and 99. RGB value is (21,127,153). Sum of RGB (Red+Green+Blue) = 21+127+153=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #157F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F99 is #EA8066. Grayscale: #626262. Windows color (decimal): -15368295 or 10059541. OLE color: 10059541.

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

Color convert

RGB 21 127 153 -
CMYK 0.86 0.17 0 0.4
HSL 191.82º 0.76% 0.34% -
HSV(B) 191.82º 0.86% 0.6% -
XYZ 13.65 17.64 32.82 -
YUV 98.27 158.88 72.89 -
System Red Green Blue C M Y K H S L
Decimal 21 127 153 0.86 0.17 0 0.4 191.82 0.76 0.34
Hex 15 7F 99 56 11 0 28 C0 4C 22
Octal 25 177 231 126 21 0 50 300 114 42
Binary 10101 1111111 10011001 1010110 10001 0 101000 11000000 1001100 100010

Color Harmonies of #157F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157F99

Black with #157F99

Text Example


Text Example

White with #157F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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