#157EA0

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

Shades of Cerulean #157EA0

Tints of Cerulean #157EA0

Color information

#157EA0 (or 0x157EA0) is unknown color: approx Cerulean. HEX triplet: 15, 7E and A0. RGB value is (21,126,160). Sum of RGB (Red+Green+Blue) = 21+126+160=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #157EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157EA0 is #EA815F. Grayscale: #626262. Windows color (decimal): -15368544 or 10518037. OLE color: 10518037.

HSL color Cylindrical-coordinate representation of color #157EA0: hue angle of 194.68º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157EA0 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21126160-
CMYK0.870.2100.37
HSL194.68º76.8%35.49%-
HSV(B)194.68º86.87%62.75%-
XYZ14.1217.6235.91-
YUV98.48162.7172.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 160 (62.89% from 255) = 52.12%
R=6.84%
G=41.04%
B=52.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211261600.870.2100.37194.6876.835.49
Hex157EA05715025c34d23
Octal251762401272504530311543
Binary101011111110101000001010111101010100101110000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,126,160); }

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

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

 a { background-color: rgb(21,126,160); }

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

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

 span { border-color: rgb(21,126,160); }

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