Html Css Color HEX #157AAC Cerulean

📋 copy color: '#157AAC'

red 21 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #157AAC

Tints of Cerulean #157AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

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

R = 6.67%
G = 38.73%
B = 54.6%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157AAC (or 0x157AAC) is known color: Cerulean. HEX triplet: 15, 7A and AC. RGB value is (21,122,172). Sum of RGB (Red+Green+Blue) = 21+122+172=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #157AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157AAC is #EA8553. Grayscale: #616161. Windows color (decimal): -15369556 or 11303445. OLE color: 11303445.

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

Color convert

RGB 21 122 172 -
CMYK 0.88 0.29 0 0.33
HSL 199.87º 0.78% 0.38% -
HSV(B) 199.87º 0.88% 0.67% -
XYZ 14.72 17.06 41.55 -
YUV 97.5 170.04 73.43 -
System Red Green Blue C M Y K H S L
Decimal 21 122 172 0.88 0.29 0 0.33 199.87 0.78 0.38
Hex 15 7A AC 58 1D 0 21 C8 4E 26
Octal 25 172 254 130 35 0 41 310 116 46
Binary 10101 1111010 10101100 1011000 11101 0 100001 11001000 1001110 100110

Color Harmonies of #157AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AAC

Black with #157AAC

Text Example


Text Example

White with #157AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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