#157996

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

Shades of Cerulean #157996

Tints of Cerulean #157996

Color information

#157996 (or 0x157996) is unknown color: approx Cerulean. HEX triplet: 15, 79 and 96. RGB value is (21,121,150). Sum of RGB (Red+Green+Blue) = 21+121+150=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #157996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157996 is #EA8669. Grayscale: #5E5E5E. Windows color (decimal): -15369834 or 9861397. OLE color: 9861397.

HSL color Cylindrical-coordinate representation of color #157996: hue angle of 193.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157996 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21121150-
CMYK0.860.1900.41
HSL193.49º75.44%33.53%-
HSV(B)193.49º86%58.82%-
XYZ12.6516.0431.28-
YUV94.41159.3775.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=7.19%
G=41.44%
B=51.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211211500.860.1900.41193.4975.4433.53
Hex1579965613029c14b22
Octal251712261262305130111342
Binary101011111001100101101010110100110101001110000011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157996; }

 p { color: rgb(21,121,150); }

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

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

 a { background-color: rgb(21,121,150); }

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

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

 span { border-color: rgb(21,121,150); }

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