#157DA0

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

Shades of Cerulean #157DA0

Tints of Cerulean #157DA0

Color information

#157DA0 (or 0x157DA0) is unknown color: approx Cerulean. HEX triplet: 15, 7D and A0. RGB value is (21,125,160). Sum of RGB (Red+Green+Blue) = 21+125+160=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #157DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157DA0 is #EA825F. Grayscale: #616161. Windows color (decimal): -15368800 or 10517781. OLE color: 10517781.

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

Color convert

RGB21125160-
CMYK0.870.2200.37
HSL195.11º76.8%35.49%-
HSV(B)195.11º86.87%62.75%-
XYZ13.9917.3635.87-
YUV97.89163.0473.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 160 (62.89% from 255) = 52.29%
R=6.86%
G=40.85%
B=52.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal211251600.870.2200.37195.1176.835.49
Hex157DA05716025c34d23
Octal251752401272604530311543
Binary101011111101101000001010111101100100101110000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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