Html Css Color HEX #157FA1 Cerulean

📋 copy color: '#157FA1'

red 21 ◦ green 127 ◦ blue 161

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

Shades of Cerulean #157FA1

Tints of Cerulean #157FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 52.1%

R = 6.8%
G = 41.1%
B = 52.1%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#157FA1 (or 0x157FA1) is known color: Cerulean. HEX triplet: 15, 7F and A1. RGB value is (21,127,161). Sum of RGB (Red+Green+Blue) = 21+127+161=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #157FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157FA1 is #EA805E. Grayscale: #626262. Windows color (decimal): -15368287 or 10583829. OLE color: 10583829.

HSL color Cylindrical-coordinate representation of color #157FA1: hue angle of 194.57º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157FA1 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 127 161 -
CMYK 0.87 0.21 0 0.37
HSL 194.57º 0.77% 0.36% -
HSV(B) 194.57º 0.87% 0.63% -
XYZ 14.33 17.91 36.42 -
YUV 99.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 21 127 161 0.87 0.21 0 0.37 194.57 0.77 0.36
Hex 15 7F A1 57 15 0 25 C3 4D 24
Octal 25 177 241 127 25 0 45 303 115 44
Binary 10101 1111111 10100001 1010111 10101 0 100101 11000011 1001101 100100

Color Harmonies of #157FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FA1

Black with #157FA1

Text Example


Text Example

White with #157FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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