Html Css Color HEX #157F9D Eastern Blue

📋 copy color: '#157F9D'

red 21 ◦ green 127 ◦ blue 157

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

Shades of Eastern Blue #157F9D

Tints of Eastern Blue #157F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 6.89%
G = 41.64%
B = 51.48%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#157F9D (or 0x157F9D) is known color: Eastern Blue. HEX triplet: 15, 7F and 9D. RGB value is (21,127,157). Sum of RGB (Red+Green+Blue) = 21+127+157=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #157F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F9D is #EA8062. Grayscale: #626262. Windows color (decimal): -15368291 or 10321685. OLE color: 10321685.

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

Color convert

RGB 21 127 157 -
CMYK 0.87 0.19 0 0.38
HSL 193.24º 0.76% 0.35% -
HSV(B) 193.24º 0.87% 0.62% -
XYZ 13.98 17.77 34.59 -
YUV 98.73 160.88 72.56 -
System Red Green Blue C M Y K H S L
Decimal 21 127 157 0.87 0.19 0 0.38 193.24 0.76 0.35
Hex 15 7F 9D 57 13 0 26 C1 4C 23
Octal 25 177 235 127 23 0 46 301 114 43
Binary 10101 1111111 10011101 1010111 10011 0 100110 11000001 1001100 100011

Color Harmonies of #157F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157F9D

Black with #157F9D

Text Example


Text Example

White with #157F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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