Html Css Color HEX #157BB0 Cerulean

📋 copy color: '#157BB0'

red 21 ◦ green 123 ◦ blue 176

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

Shades of Cerulean #157BB0

Tints of Cerulean #157BB0

RGB

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

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

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

R = 6.56%
G = 38.44%
B = 55%

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

#157BB0 (or 0x157BB0) is known color: Cerulean. HEX triplet: 15, 7B and B0. RGB value is (21,123,176). Sum of RGB (Red+Green+Blue) = 21+123+176=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 176 (69.14% from 255 or 55% from 320); Max value from RGB is 176 - color contains mainly: blue. Hex color #157BB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BB0 is #EA844F. Grayscale: #626262. Windows color (decimal): -15369296 or 11565845. OLE color: 11565845.

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

Color convert

RGB 21 123 176 -
CMYK 0.88 0.30 0 0.31
HSL 200.52º 0.79% 0.39% -
HSV(B) 200.52º 0.88% 0.69% -
XYZ 15.23 17.46 43.64 -
YUV 98.54 171.71 72.69 -
System Red Green Blue C M Y K H S L
Decimal 21 123 176 0.88 0.30 0 0.31 200.52 0.79 0.39
Hex 15 7B B0 58 1E 0 1F C9 4F 27
Octal 25 173 260 130 36 0 37 311 117 47
Binary 10101 1111011 10110000 1011000 11110 0 11111 11001001 1001111 100111

Color Harmonies of #157BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BB0

Black with #157BB0

Text Example


Text Example

White with #157BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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