Html Css Color HEX #157BA0 Cerulean

📋 copy color: '#157BA0'

red 21 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #157BA0

Tints of Cerulean #157BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 52.63%

R = 6.91%
G = 40.46%
B = 52.63%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#157BA0 (or 0x157BA0) is known color: Cerulean. HEX triplet: 15, 7B and A0. RGB value is (21,123,160). Sum of RGB (Red+Green+Blue) = 21+123+160=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #157BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BA0 is #EA845F. Grayscale: #606060. Windows color (decimal): -15369312 or 10517269. OLE color: 10517269.

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

Color convert

RGB 21 123 160 -
CMYK 0.87 0.23 0 0.37
HSL 195.97º 0.77% 0.35% -
HSV(B) 195.97º 0.87% 0.63% -
XYZ 13.74 16.86 35.79 -
YUV 96.72 163.71 73.99 -
System Red Green Blue C M Y K H S L
Decimal 21 123 160 0.87 0.23 0 0.37 195.97 0.77 0.35
Hex 15 7B A0 57 17 0 25 C4 4D 23
Octal 25 173 240 127 27 0 45 304 115 43
Binary 10101 1111011 10100000 1010111 10111 0 100101 11000100 1001101 100011

Color Harmonies of #157BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BA0

Black with #157BA0

Text Example


Text Example

White with #157BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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