#157199

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

Shades of Cerulean #157199

Tints of Cerulean #157199

Color information

#157199 (or 0x157199) is unknown color: approx Cerulean. HEX triplet: 15, 71 and 99. RGB value is (21,113,153). Sum of RGB (Red+Green+Blue) = 21+113+153=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #157199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157199 is #EA8E66. Grayscale: #595959. Windows color (decimal): -15371879 or 10055957. OLE color: 10055957.

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

Color convert

RGB21113153-
CMYK0.860.2600.4
HSL198.18º75.86%34.12%-
HSV(B)198.18º86.27%60%-
XYZ11.9614.2732.26-
YUV90.05163.5278.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.32%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=7.32%
G=39.37%
B=53.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211131530.860.2600.4198.1875.8634.12
Hex157199561A028c64c22
Octal251612311263205030611442
Binary101011110001100110011010110110100101000110001101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157199; }

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

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

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

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

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

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

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

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