Html Css Color HEX #157CAC Cerulean

📋 copy color: '#157CAC'

red 21 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #157CAC

Tints of Cerulean #157CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.12%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 6.62%
G = 39.12%
B = 54.26%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157CAC (or 0x157CAC) is known color: Cerulean. HEX triplet: 15, 7C and AC. RGB value is (21,124,172). Sum of RGB (Red+Green+Blue) = 21+124+172=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #157CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CAC is #EA8353. Grayscale: #626262. Windows color (decimal): -15369044 or 11303957. OLE color: 11303957.

HSL color Cylindrical-coordinate representation of color #157CAC: hue angle of 199.07º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157CAC is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 124 172 -
CMYK 0.88 0.28 0 0.33
HSL 199.07º 0.78% 0.38% -
HSV(B) 199.07º 0.88% 0.67% -
XYZ 14.96 17.55 41.63 -
YUV 98.68 169.38 72.6 -
System Red Green Blue C M Y K H S L
Decimal 21 124 172 0.88 0.28 0 0.33 199.07 0.78 0.38
Hex 15 7C AC 58 1C 0 21 C7 4E 26
Octal 25 174 254 130 34 0 41 307 116 46
Binary 10101 1111100 10101100 1011000 11100 0 100001 11000111 1001110 100110

Color Harmonies of #157CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CAC

Black with #157CAC

Text Example


Text Example

White with #157CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157CAC; }

 p { color: rgb(21,124,172); }

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

background-color css

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

 a { background-color: rgb(21,124,172); }

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

border-color css

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

 span { border-color: rgb(21,124,172); }

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