#157BAD

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

Shades of Cerulean #157BAD

Tints of Cerulean #157BAD

Color information

#157BAD (or 0x157BAD) is unknown color: approx Cerulean. HEX triplet: 15, 7B and AD. RGB value is (21,123,173). Sum of RGB (Red+Green+Blue) = 21+123+173=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #157BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BAD is #EA8452. Grayscale: #616161. Windows color (decimal): -15369299 or 11369237. OLE color: 11369237.

HSL color Cylindrical-coordinate representation of color #157BAD: hue angle of 199.74º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157BAD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21123173-
CMYK0.880.2900.32
HSL199.74º78.35%38.04%-
HSV(B)199.74º87.86%67.84%-
XYZ14.9417.3442.1-
YUV98.2170.2172.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.62%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=6.62%
G=38.80%
B=54.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211231730.880.2900.32199.7478.3538.04
Hex157BAD581D020c84e26
Octal251732551303504031011646
Binary101011111011101011011011000111010100000110010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,123,173); }

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

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

 a { background-color: rgb(21,123,173); }

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

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

 span { border-color: rgb(21,123,173); }

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