Html Css Color HEX #157996 Cerulean

📋 copy color: '#157996'

red 21 ◦ green 121 ◦ blue 150

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

Shades of Cerulean #157996

Tints of Cerulean #157996

RGB

 RED value IS 21 (8.59% from 255) = 7.19%

 GREEN value IS 121 (47.66% from 255) = 41.44%

 BLUE value IS 150 (58.98% from 255) = 51.37%

R = 7.19%
G = 41.44%
B = 51.37%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#157996 (or 0x157996) is known color: Cerulean. HEX triplet: 15, 79 and 96. RGB value is (21,121,150). Sum of RGB (Red+Green+Blue) = 21+121+150=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #157996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157996 is #EA8669. Grayscale: #5E5E5E. Windows color (decimal): -15369834 or 9861397. OLE color: 9861397.

HSL color Cylindrical-coordinate representation of color #157996: hue angle of 193.49º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157996 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 121 150 -
CMYK 0.86 0.19 0 0.41
HSL 193.49º 0.75% 0.34% -
HSV(B) 193.49º 0.86% 0.59% -
XYZ 12.65 16.04 31.28 -
YUV 94.41 159.37 75.64 -
System Red Green Blue C M Y K H S L
Decimal 21 121 150 0.86 0.19 0 0.41 193.49 0.75 0.34
Hex 15 79 96 56 13 0 29 C1 4B 22
Octal 25 171 226 126 23 0 51 301 113 42
Binary 10101 1111001 10010110 1010110 10011 0 101001 11000001 1001011 100010

Color Harmonies of #157996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157996

Black with #157996

Text Example


Text Example

White with #157996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157996; }

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

 H1.HeaderClassName
 {
   color: #157996;
 }
 .AnyTagClassName
 {
   color: #157996;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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