#157FAF

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

Shades of Cerulean #157FAF

Tints of Cerulean #157FAF

Color information

#157FAF (or 0x157FAF) is unknown color: approx Cerulean. HEX triplet: 15, 7F and AF. RGB value is (21,127,175). Sum of RGB (Red+Green+Blue) = 21+127+175=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #157FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FAF is #EA8050. Grayscale: #646464. Windows color (decimal): -15368273 or 11501333. OLE color: 11501333.

HSL color Cylindrical-coordinate representation of color #157FAF: hue angle of 198.7º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157FAF is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB21127175-
CMYK0.880.2700.31
HSL198.7º78.57%38.43%-
HSV(B)198.7º88%68.63%-
XYZ15.6418.4343.29-
YUV100.78169.8871.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.50%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=6.50%
G=39.32%
B=54.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal211271750.880.2700.31198.778.5738.43
Hex157FAF581B01Fc74f26
Octal251772571303303730711746
Binary10101111111110101111101100011011011111110001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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