#157296

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

Shades of Cerulean #157296

Tints of Cerulean #157296

Color information

#157296 (or 0x157296) is unknown color: approx Cerulean. HEX triplet: 15, 72 and 96. RGB value is (21,114,150). Sum of RGB (Red+Green+Blue) = 21+114+150=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #157296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157296 is #EA8D69. Grayscale: #5A5A5A. Windows color (decimal): -15371626 or 9859605. OLE color: 9859605.

HSL color Cylindrical-coordinate representation of color #157296: hue angle of 196.74º 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 #157296 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21114150-
CMYK0.860.2400.41
HSL196.74º75.44%33.53%-
HSV(B)196.74º86%58.82%-
XYZ11.8314.431.01-
YUV90.3161.6978.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=7.37%
G=40%
B=52.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211141500.860.2400.41196.7475.4433.53
Hex1572965618029c54b22
Octal251622261263005130511342
Binary101011110010100101101010110110000101001110001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157296; }

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

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

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

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

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

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

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

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