#157DA2

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

Shades of Cerulean #157DA2

Tints of Cerulean #157DA2

Color information

#157DA2 (or 0x157DA2) is unknown color: approx Cerulean. HEX triplet: 15, 7D and A2. RGB value is (21,125,162). Sum of RGB (Red+Green+Blue) = 21+125+162=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 162 (63.67% from 255 or 52.60% from 308); Max value from RGB is 162 - color contains mainly: blue. Hex color #157DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DA2 is #EA825D. Grayscale: #616161. Windows color (decimal): -15368798 or 10648853. OLE color: 10648853.

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

Color convert

RGB21125162-
CMYK0.870.2300.36
HSL195.74º77.05%35.88%-
HSV(B)195.74º87.04%63.53%-
XYZ14.1617.4436.8-
YUV98.12164.0472.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 125 (49.22% from 255) = 40.58%
BLUE value IS 162 (63.67% from 255) = 52.60%
R=6.82%
G=40.58%
B=52.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211251620.870.2300.36195.7477.0535.88
Hex157DA25717024c44d24
Octal251752421272704430411544
Binary101011111101101000101010111101110100100110001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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