Html Css Color HEX #157F93 Eastern Blue

📋 copy color: '#157F93'

red 21 ◦ green 127 ◦ blue 147

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

Shades of Eastern Blue #157F93

Tints of Eastern Blue #157F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 7.12%
G = 43.05%
B = 49.83%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#157F93 (or 0x157F93) is known color: Eastern Blue. HEX triplet: 15, 7F and 93. RGB value is (21,127,147). Sum of RGB (Red+Green+Blue) = 21+127+147=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #157F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F93 is #EA806C. Grayscale: #616161. Windows color (decimal): -15368301 or 9666325. OLE color: 9666325.

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

Color convert

RGB 21 127 147 -
CMYK 0.86 0.14 0 0.42
HSL 189.52º 0.75% 0.33% -
HSV(B) 189.52º 0.86% 0.58% -
XYZ 13.17 17.44 30.28 -
YUV 97.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 21 127 147 0.86 0.14 0 0.42 189.52 0.75 0.33
Hex 15 7F 93 56 E 0 2A BE 4B 21
Octal 25 177 223 126 16 0 52 276 113 41
Binary 10101 1111111 10010011 1010110 1110 0 101010 10111110 1001011 100001

Color Harmonies of #157F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157F93

Black with #157F93

Text Example


Text Example

White with #157F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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