Html Css Color HEX #157299 Cerulean

📋 copy color: '#157299'

red 21 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #157299

Tints of Cerulean #157299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

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

R = 7.29%
G = 39.58%
B = 53.13%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#157299 (or 0x157299) is known color: Cerulean. HEX triplet: 15, 72 and 99. RGB value is (21,114,153). Sum of RGB (Red+Green+Blue) = 21+114+153=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #157299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157299 is #EA8D66. Grayscale: #5A5A5A. Windows color (decimal): -15371623 or 10056213. OLE color: 10056213.

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

Color convert

RGB 21 114 153 -
CMYK 0.86 0.25 0 0.4
HSL 197.73º 0.76% 0.34% -
HSV(B) 197.73º 0.86% 0.6% -
XYZ 12.08 14.49 32.3 -
YUV 90.64 163.19 78.33 -
System Red Green Blue C M Y K H S L
Decimal 21 114 153 0.86 0.25 0 0.4 197.73 0.76 0.34
Hex 15 72 99 56 19 0 28 C6 4C 22
Octal 25 162 231 126 31 0 50 306 114 42
Binary 10101 1110010 10011001 1010110 11001 0 101000 11000110 1001100 100010

Color Harmonies of #157299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157299

Black with #157299

Text Example


Text Example

White with #157299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157299; }

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

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

background-color css

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

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

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

border-color css

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

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

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