#157AAE

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

Shades of Cerulean #157AAE

Tints of Cerulean #157AAE

Color information

#157AAE (or 0x157AAE) is unknown color: approx Cerulean. HEX triplet: 15, 7A and AE. RGB value is (21,122,174). Sum of RGB (Red+Green+Blue) = 21+122+174=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #157AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157AAE is #EA8551. Grayscale: #616161. Windows color (decimal): -15369554 or 11434517. OLE color: 11434517.

HSL color Cylindrical-coordinate representation of color #157AAE: hue angle of 200.39º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157AAE is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21122174-
CMYK0.880.3000.32
HSL200.39º78.46%38.24%-
HSV(B)200.39º87.93%68.24%-
XYZ14.9117.1342.57-
YUV97.73171.0473.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.62%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=6.62%
G=38.49%
B=54.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211221740.880.3000.32200.3978.4638.24
Hex157AAE581E020c84e26
Octal251722561303604031011646
Binary101011111010101011101011000111100100000110010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,122,174); }

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

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

 a { background-color: rgb(21,122,174); }

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

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

 span { border-color: rgb(21,122,174); }

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