#157F9B

Color #157F9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #157F9B

Tints of Eastern Blue #157F9B

Color information

#157F9B (or 0x157F9B) is unknown color: approx Eastern Blue. HEX triplet: 15, 7F and 9B. RGB value is (21,127,155). Sum of RGB (Red+Green+Blue) = 21+127+155=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #157F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F9B is #EA8064. Grayscale: #626262. Windows color (decimal): -15368293 or 10190613. OLE color: 10190613.

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

Color convert

RGB21127155-
CMYK0.860.1800.39
HSL192.54º76.14%34.51%-
HSV(B)192.54º86.45%60.78%-
XYZ13.8217.733.7-
YUV98.5159.8872.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 127 (50% from 255) = 41.91%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=6.93%
G=41.91%
B=51.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211271550.860.1800.39192.5476.1434.51
Hex157F9B5612027c14c23
Octal251772331262204730111443
Binary101011111111100110111010110100100100111110000011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #157F9B;
 }
 .AnyTagClassName
 {
   color: #157F9B;
 }
</style>
background-color css

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

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

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

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

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

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