Html Css Color HEX #157099 Cerulean

📋 copy color: '#157099'

red 21 ◦ green 112 ◦ blue 153

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

Shades of Cerulean #157099

Tints of Cerulean #157099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 7.34%
G = 39.16%
B = 53.5%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#157099 (or 0x157099) is known color: Cerulean. HEX triplet: 15, 70 and 99. RGB value is (21,112,153). Sum of RGB (Red+Green+Blue) = 21+112+153=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #157099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157099 is #EA8F66. Grayscale: #595959. Windows color (decimal): -15372135 or 10055701. OLE color: 10055701.

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

Color convert

RGB 21 112 153 -
CMYK 0.86 0.27 0 0.4
HSL 198.64º 0.76% 0.34% -
HSV(B) 198.64º 0.86% 0.6% -
XYZ 11.85 14.05 32.22 -
YUV 89.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 21 112 153 0.86 0.27 0 0.4 198.64 0.76 0.34
Hex 15 70 99 56 1B 0 28 C7 4C 22
Octal 25 160 231 126 33 0 50 307 114 42
Binary 10101 1110000 10011001 1010110 11011 0 101000 11000111 1001100 100010

Color Harmonies of #157099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157099

Black with #157099

Text Example


Text Example

White with #157099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157099; }

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

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

background-color css

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

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

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

border-color css

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

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

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