#157BAB

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

Shades of Cerulean #157BAB

Tints of Cerulean #157BAB

Color information

#157BAB (or 0x157BAB) is unknown color: approx Cerulean. HEX triplet: 15, 7B and AB. RGB value is (21,123,171). Sum of RGB (Red+Green+Blue) = 21+123+171=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #157BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BAB is #EA8454. Grayscale: #616161. Windows color (decimal): -15369301 or 11238165. OLE color: 11238165.

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

Color convert

RGB21123171-
CMYK0.880.2800.33
HSL199.2º78.12%37.65%-
HSV(B)199.2º87.72%67.06%-
XYZ14.7417.2741.08-
YUV97.97169.2173.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.67%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=6.67%
G=39.05%
B=54.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211231710.880.2800.33199.278.1237.65
Hex157BAB581C021c74e26
Octal251732531303404130711646
Binary101011111011101010111011000111000100001110001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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