Html Css Color HEX #157BA5 Cerulean

📋 copy color: '#157BA5'

red 21 ◦ green 123 ◦ blue 165

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

Shades of Cerulean #157BA5

Tints of Cerulean #157BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 53.4%

R = 6.8%
G = 39.81%
B = 53.4%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#157BA5 (or 0x157BA5) is known color: Cerulean. HEX triplet: 15, 7B and A5. RGB value is (21,123,165). Sum of RGB (Red+Green+Blue) = 21+123+165=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #157BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BA5 is #EA845A. Grayscale: #616161. Windows color (decimal): -15369307 or 10844949. OLE color: 10844949.

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

Color convert

RGB 21 123 165 -
CMYK 0.87 0.25 0 0.35
HSL 197.5º 0.77% 0.36% -
HSV(B) 197.5º 0.87% 0.65% -
XYZ 14.18 17.04 38.14 -
YUV 97.29 166.21 73.58 -
System Red Green Blue C M Y K H S L
Decimal 21 123 165 0.87 0.25 0 0.35 197.5 0.77 0.36
Hex 15 7B A5 57 19 0 23 C6 4D 24
Octal 25 173 245 127 31 0 43 306 115 44
Binary 10101 1111011 10100101 1010111 11001 0 100011 11000110 1001101 100100

Color Harmonies of #157BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BA5

Black with #157BA5

Text Example


Text Example

White with #157BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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