#157299

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

Shades of Cerulean #157299

Tints of Cerulean #157299

Color information

#157299 (or 0x157299) is unknown color: approx Cerulean. HEX triplet: 15, 72 and 99. RGB value is (21,114,153). Sum of RGB (Red+Green+Blue) = 21+114+153=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #157299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157299 is #EA8D66. Grayscale: #5A5A5A. Windows color (decimal): -15371623 or 10056213. OLE color: 10056213.

HSL color Cylindrical-coordinate representation of color #157299: hue angle of 197.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157299 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21114153-
CMYK0.860.2500.4
HSL197.73º75.86%34.12%-
HSV(B)197.73º86.27%60%-
XYZ12.0814.4932.3-
YUV90.64163.1978.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=7.29%
G=39.58%
B=53.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211141530.860.2500.4197.7375.8634.12
Hex1572995619028c64c22
Octal251622311263105030611442
Binary101011110010100110011010110110010101000110001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157299; }

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

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

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

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

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

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

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

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