Html Css Color HEX #157FAC Cerulean

📋 copy color: '#157FAC'

red 21 ◦ green 127 ◦ blue 172

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

Shades of Cerulean #157FAC

Tints of Cerulean #157FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 6.56%
G = 39.69%
B = 53.75%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157FAC (or 0x157FAC) is known color: Cerulean. HEX triplet: 15, 7F and AC. RGB value is (21,127,172). Sum of RGB (Red+Green+Blue) = 21+127+172=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #157FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FAC is #EA8053. Grayscale: #646464. Windows color (decimal): -15368276 or 11304725. OLE color: 11304725.

HSL color Cylindrical-coordinate representation of color #157FAC: hue angle of 197.88º 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 #157FAC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 127 172 -
CMYK 0.88 0.26 0 0.33
HSL 197.88º 0.78% 0.38% -
HSV(B) 197.88º 0.88% 0.67% -
XYZ 15.35 18.32 41.76 -
YUV 100.44 168.38 71.34 -
System Red Green Blue C M Y K H S L
Decimal 21 127 172 0.88 0.26 0 0.33 197.88 0.78 0.38
Hex 15 7F AC 58 1A 0 21 C6 4E 26
Octal 25 177 254 130 32 0 41 306 116 46
Binary 10101 1111111 10101100 1011000 11010 0 100001 11000110 1001110 100110

Color Harmonies of #157FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FAC

Black with #157FAC

Text Example


Text Example

White with #157FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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