#157799

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

Shades of Cerulean #157799

Tints of Cerulean #157799

Color information

#157799 (or 0x157799) is unknown color: approx Cerulean. HEX triplet: 15, 77 and 99. RGB value is (21,119,153). Sum of RGB (Red+Green+Blue) = 21+119+153=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #157799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157799 is #EA8866. Grayscale: #5D5D5D. Windows color (decimal): -15370343 or 10057493. OLE color: 10057493.

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

Color convert

RGB21119153-
CMYK0.860.2200.4
HSL195.45º75.86%34.12%-
HSV(B)195.45º86.27%60%-
XYZ12.6615.6532.49-
YUV93.57161.5376.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=7.17%
G=40.61%
B=52.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211191530.860.2200.4195.4575.8634.12
Hex1577995616028c34c22
Octal251672311262605030311442
Binary101011110111100110011010110101100101000110000111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157799; }

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

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

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

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

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

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

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

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