#157998

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

Shades of Cerulean #157998

Tints of Cerulean #157998

Color information

#157998 (or 0x157998) is unknown color: approx Cerulean. HEX triplet: 15, 79 and 98. RGB value is (21,121,152). Sum of RGB (Red+Green+Blue) = 21+121+152=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #157998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157998 is #EA8667. Grayscale: #5E5E5E. Windows color (decimal): -15369832 or 9992469. OLE color: 9992469.

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

Color convert

RGB21121152-
CMYK0.860.2000.40
HSL194.2º75.72%33.92%-
HSV(B)194.2º86.18%59.61%-
XYZ12.8116.132.14-
YUV94.63160.3775.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 152 (59.77% from 255) = 51.70%
R=7.14%
G=41.16%
B=51.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211211520.860.2000.40194.275.7233.92
Hex1579985614028c24c22
Octal251712301262405030211442
Binary101011111001100110001010110101000101000110000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157998; }

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

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

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

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

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

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

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

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