#157BA3

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

Shades of Cerulean #157BA3

Tints of Cerulean #157BA3

Color information

#157BA3 (or 0x157BA3) is unknown color: approx Cerulean. HEX triplet: 15, 7B and A3. RGB value is (21,123,163). Sum of RGB (Red+Green+Blue) = 21+123+163=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #157BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BA3 is #EA845C. Grayscale: #606060. Windows color (decimal): -15369309 or 10713877. OLE color: 10713877.

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

Color convert

RGB21123163-
CMYK0.870.2500.36
HSL196.9º77.17%36.08%-
HSV(B)196.9º87.12%63.92%-
XYZ1416.9737.19-
YUV97.06165.2173.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.84%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 163 (64.06% from 255) = 53.09%
R=6.84%
G=40.07%
B=53.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211231630.870.2500.36196.977.1736.08
Hex157BA35719024c54d24
Octal251732431273104430511544
Binary101011111011101000111010111110010100100110001011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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