#157FA2

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

Shades of Cerulean #157FA2

Tints of Cerulean #157FA2

Color information

#157FA2 (or 0x157FA2) is unknown color: approx Cerulean. HEX triplet: 15, 7F and A2. RGB value is (21,127,162). Sum of RGB (Red+Green+Blue) = 21+127+162=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #157FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FA2 is #EA805D. Grayscale: #636363. Windows color (decimal): -15368286 or 10649365. OLE color: 10649365.

HSL color Cylindrical-coordinate representation of color #157FA2: hue angle of 194.89º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157FA2 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21127162-
CMYK0.870.2200.36
HSL194.89º77.05%35.88%-
HSV(B)194.89º87.04%63.53%-
XYZ14.4217.9536.89-
YUV99.3163.3872.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 162 (63.67% from 255) = 52.26%
R=6.77%
G=40.97%
B=52.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211271620.870.2200.36194.8977.0535.88
Hex157FA25716024c34d24
Octal251772421272604430311544
Binary101011111111101000101010111101100100100110000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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