#157FA0

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

Shades of Cerulean #157FA0

Tints of Cerulean #157FA0

Color information

#157FA0 (or 0x157FA0) is unknown color: approx Cerulean. HEX triplet: 15, 7F and A0. RGB value is (21,127,160). Sum of RGB (Red+Green+Blue) = 21+127+160=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #157FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FA0 is #EA805F. Grayscale: #626262. Windows color (decimal): -15368288 or 10518293. OLE color: 10518293.

HSL color Cylindrical-coordinate representation of color #157FA0: hue angle of 194.24º 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 #157FA0 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB21127160-
CMYK0.870.2100.37
HSL194.24º76.8%35.49%-
HSV(B)194.24º86.87%62.75%-
XYZ14.2417.8835.96-
YUV99.07162.3872.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 160 (62.89% from 255) = 51.95%
R=6.82%
G=41.23%
B=51.95%

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
Decimal211271600.870.2100.37194.2476.835.49
Hex157FA05715025c24d23
Octal251772401272504530211543
Binary101011111111101000001010111101010100101110000101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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