Html Css Color HEX #157CB0 Cerulean

📋 copy color: '#157CB0'

red 21 ◦ green 124 ◦ blue 176

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

Shades of Cerulean #157CB0

Tints of Cerulean #157CB0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.63%

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 6.54%
G = 38.63%
B = 54.83%

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

#157CB0 (or 0x157CB0) is known color: Cerulean. HEX triplet: 15, 7C and B0. RGB value is (21,124,176). Sum of RGB (Red+Green+Blue) = 21+124+176=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #157CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157CB0 is #EA834F. Grayscale: #626262. Windows color (decimal): -15369040 or 11566101. OLE color: 11566101.

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

Color convert

RGB 21 124 176 -
CMYK 0.88 0.30 0 0.31
HSL 200.13º 0.79% 0.39% -
HSV(B) 200.13º 0.88% 0.69% -
XYZ 15.35 17.71 43.68 -
YUV 99.13 171.38 72.27 -
System Red Green Blue C M Y K H S L
Decimal 21 124 176 0.88 0.30 0 0.31 200.13 0.79 0.39
Hex 15 7C B0 58 1E 0 1F C8 4F 27
Octal 25 174 260 130 36 0 37 310 117 47
Binary 10101 1111100 10110000 1011000 11110 0 11111 11001000 1001111 100111

Color Harmonies of #157CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CB0

Black with #157CB0

Text Example


Text Example

White with #157CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,124,176); }

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

background-color css

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

 a { background-color: rgb(21,124,176); }

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

border-color css

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

 span { border-color: rgb(21,124,176); }

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