Html Css Color HEX #157BAE Cerulean

📋 copy color: '#157BAE'

red 21 ◦ green 123 ◦ blue 174

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

Shades of Cerulean #157BAE

Tints of Cerulean #157BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 6.6%
G = 38.68%
B = 54.72%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#157BAE (or 0x157BAE) is known color: Cerulean. HEX triplet: 15, 7B and AE. RGB value is (21,123,174). Sum of RGB (Red+Green+Blue) = 21+123+174=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #157BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BAE is #EA8451. Grayscale: #626262. Windows color (decimal): -15369298 or 11434773. OLE color: 11434773.

HSL color Cylindrical-coordinate representation of color #157BAE: hue angle of 200º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #157BAE is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 21 123 174 -
CMYK 0.88 0.29 0 0.32
HSL 200º 0.78% 0.38% -
HSV(B) 200º 0.88% 0.68% -
XYZ 15.03 17.38 42.61 -
YUV 98.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 21 123 174 0.88 0.29 0 0.32 200 0.78 0.38
Hex 15 7B AE 58 1D 0 20 C8 4E 26
Octal 25 173 256 130 35 0 40 310 116 46
Binary 10101 1111011 10101110 1011000 11101 0 100000 11001000 1001110 100110

Color Harmonies of #157BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BAE

Black with #157BAE

Text Example


Text Example

White with #157BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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