#157DAA

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

Shades of Cerulean #157DAA

Tints of Cerulean #157DAA

Color information

#157DAA (or 0x157DAA) is unknown color: approx Cerulean. HEX triplet: 15, 7D and AA. RGB value is (21,125,170). Sum of RGB (Red+Green+Blue) = 21+125+170=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #157DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DAA is #EA8255. Grayscale: #626262. Windows color (decimal): -15368790 or 11173141. OLE color: 11173141.

HSL color Cylindrical-coordinate representation of color #157DAA: hue angle of 198.12º 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 #157DAA is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21125170-
CMYK0.880.2600.33
HSL198.12º78.01%37.45%-
HSV(B)198.12º87.65%66.67%-
XYZ14.917.7340.67-
YUV99.03168.0472.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.65%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 170 (66.80% from 255) = 53.80%
R=6.65%
G=39.56%
B=53.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211251700.880.2600.33198.1278.0137.45
Hex157DAA581A021c64e25
Octal251752521303204130611645
Binary101011111101101010101011000110100100001110001101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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