#157CAA

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

Shades of Cerulean #157CAA

Tints of Cerulean #157CAA

Color information

#157CAA (or 0x157CAA) is unknown color: approx Cerulean. HEX triplet: 15, 7C and AA. RGB value is (21,124,170). Sum of RGB (Red+Green+Blue) = 21+124+170=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #157CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CAA is #EA8355. Grayscale: #626262. Windows color (decimal): -15369046 or 11172885. OLE color: 11172885.

HSL color Cylindrical-coordinate representation of color #157CAA: hue angle of 198.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157CAA is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21124170-
CMYK0.880.2700.33
HSL198.52º78.01%37.45%-
HSV(B)198.52º87.65%66.67%-
XYZ14.7717.4840.63-
YUV98.45168.3872.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.67%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=6.67%
G=39.37%
B=53.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211241700.880.2700.33198.5278.0137.45
Hex157CAA581B021c74e25
Octal251742521303304130711645
Binary101011111100101010101011000110110100001110001111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,170); }

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

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

 a { background-color: rgb(21,124,170); }

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

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

 span { border-color: rgb(21,124,170); }

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