#157EB1

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

Shades of Cerulean #157EB1

Tints of Cerulean #157EB1

Color information

#157EB1 (or 0x157EB1) is unknown color: approx Cerulean. HEX triplet: 15, 7E and B1. RGB value is (21,126,177). Sum of RGB (Red+Green+Blue) = 21+126+177=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #157EB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157EB1 is #EA814E. Grayscale: #646464. Windows color (decimal): -15368527 or 11632149. OLE color: 11632149.

HSL color Cylindrical-coordinate representation of color #157EB1: hue angle of 199.62º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157EB1 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21126177-
CMYK0.880.2900.31
HSL199.62º78.79%38.82%-
HSV(B)199.62º88.14%69.41%-
XYZ15.7118.2644.29-
YUV100.42171.2171.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.48%
GREEN value IS 126 (49.61% from 255) = 38.89%
BLUE value IS 177 (69.53% from 255) = 54.63%
R=6.48%
G=38.89%
B=54.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211261770.880.2900.31199.6278.7938.82
Hex157EB1581D01Fc84f27
Octal251762611303503731011747
Binary10101111111010110001101100011101011111110010001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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