Html Css Color HEX #157998 Cerulean

📋 copy color: '#157998'

red 21 ◦ green 121 ◦ blue 152

#157998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #157998

Tints of Cerulean #157998

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.7%

R = 7.14%
G = 41.16%
B = 51.7%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#157998 (or 0x157998) is known color: 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

RGB 21 121 152 -
CMYK 0.86 0.20 0 0.40
HSL 194.2º 0.76% 0.34% -
HSV(B) 194.2º 0.86% 0.6% -
XYZ 12.81 16.1 32.14 -
YUV 94.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 21 121 152 0.86 0.20 0 0.40 194.2 0.76 0.34
Hex 15 79 98 56 14 0 28 C2 4C 22
Octal 25 171 230 126 24 0 50 302 114 42
Binary 10101 1111001 10011000 1010110 10100 0 101000 11000010 1001100 100010

Color Harmonies of #157998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157998

Black with #157998

Text Example


Text Example

White with #157998

Text Example


Text Example

HTML Codes & Css Web 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>