Html Css Color HEX #157AAF Cerulean

📋 copy color: '#157AAF'

red 21 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #157AAF

Tints of Cerulean #157AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.03%

R = 6.6%
G = 38.36%
B = 55.03%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#157AAF (or 0x157AAF) is known color: Cerulean. HEX triplet: 15, 7A and AF. RGB value is (21,122,175). Sum of RGB (Red+Green+Blue) = 21+122+175=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 175 (68.75% from 255 or 55.03% from 318); Max value from RGB is 175 - color contains mainly: blue. Hex color #157AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157AAF is #EA8550. Grayscale: #616161. Windows color (decimal): -15369553 or 11500053. OLE color: 11500053.

HSL color Cylindrical-coordinate representation of color #157AAF: hue angle of 200.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157AAF is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 21 122 175 -
CMYK 0.88 0.30 0 0.31
HSL 200.65º 0.79% 0.38% -
HSV(B) 200.65º 0.88% 0.69% -
XYZ 15.01 17.17 43.08 -
YUV 97.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 21 122 175 0.88 0.30 0 0.31 200.65 0.79 0.38
Hex 15 7A AF 58 1E 0 1F C9 4F 26
Octal 25 172 257 130 36 0 37 311 117 46
Binary 10101 1111010 10101111 1011000 11110 0 11111 11001001 1001111 100110

Color Harmonies of #157AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AAF

Black with #157AAF

Text Example


Text Example

White with #157AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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