#157DB5

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

Shades of Cerulean #157DB5

Tints of Cerulean #157DB5

Color information

#157DB5 (or 0x157DB5) is unknown color: approx Cerulean. HEX triplet: 15, 7D and B5. RGB value is (21,125,181). Sum of RGB (Red+Green+Blue) = 21+125+181=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #157DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DB5 is #EA824A. Grayscale: #636363. Windows color (decimal): -15368779 or 11894037. OLE color: 11894037.

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

Color convert

RGB21125181-
CMYK0.880.3100.29
HSL201º79.21%39.61%-
HSV(B)201º88.4%70.98%-
XYZ15.9818.1646.38-
YUV100.29173.5471.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.42%
GREEN value IS 125 (49.22% from 255) = 38.23%
BLUE value IS 181 (71.09% from 255) = 55.35%
R=6.42%
G=38.23%
B=55.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211251810.880.3100.2920179.2139.61
Hex157DB5581F01Dc94f28
Octal251752651303703531111750
Binary10101111110110110101101100011111011101110010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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