Html Css Color HEX #157BAC Cerulean

📋 copy color: '#157BAC'

red 21 ◦ green 123 ◦ blue 172

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

Shades of Cerulean #157BAC

Tints of Cerulean #157BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

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

R = 6.65%
G = 38.92%
B = 54.43%

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

#157BAC (or 0x157BAC) is known color: Cerulean. HEX triplet: 15, 7B and AC. RGB value is (21,123,172). Sum of RGB (Red+Green+Blue) = 21+123+172=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #157BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BAC is #EA8453. Grayscale: #616161. Windows color (decimal): -15369300 or 11303701. OLE color: 11303701.

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

Color convert

RGB 21 123 172 -
CMYK 0.88 0.28 0 0.33
HSL 199.47º 0.78% 0.38% -
HSV(B) 199.47º 0.88% 0.67% -
XYZ 14.84 17.3 41.59 -
YUV 98.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 21 123 172 0.88 0.28 0 0.33 199.47 0.78 0.38
Hex 15 7B AC 58 1C 0 21 C7 4E 26
Octal 25 173 254 130 34 0 41 307 116 46
Binary 10101 1111011 10101100 1011000 11100 0 100001 11000111 1001110 100110

Color Harmonies of #157BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BAC

Black with #157BAC

Text Example


Text Example

White with #157BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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