#157CA7

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

Shades of Cerulean #157CA7

Tints of Cerulean #157CA7

Color information

#157CA7 (or 0x157CA7) is unknown color: approx Cerulean. HEX triplet: 15, 7C and A7. RGB value is (21,124,167). Sum of RGB (Red+Green+Blue) = 21+124+167=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #157CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CA7 is #EA8358. Grayscale: #616161. Windows color (decimal): -15369049 or 10976277. OLE color: 10976277.

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

Color convert

RGB21124167-
CMYK0.870.2600.35
HSL197.67º77.66%36.86%-
HSV(B)197.67º87.43%65.49%-
XYZ14.4917.3639.15-
YUV98.1166.8873-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 167 (65.62% from 255) = 53.53%
R=6.73%
G=39.74%
B=53.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211241670.870.2600.35197.6777.6636.86
Hex157CA7571A023c64e25
Octal251742471273204330611645
Binary101011111100101001111010111110100100011110001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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