Html Css Color HEX #157BAB Cerulean

📋 copy color: '#157BAB'

red 21 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #157BAB

Tints of Cerulean #157BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.29%

R = 6.67%
G = 39.05%
B = 54.29%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#157BAB (or 0x157BAB) is known color: Cerulean. HEX triplet: 15, 7B and AB. RGB value is (21,123,171). Sum of RGB (Red+Green+Blue) = 21+123+171=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #157BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157BAB is #EA8454. Grayscale: #616161. Windows color (decimal): -15369301 or 11238165. OLE color: 11238165.

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

Color convert

RGB 21 123 171 -
CMYK 0.88 0.28 0 0.33
HSL 199.2º 0.78% 0.38% -
HSV(B) 199.2º 0.88% 0.67% -
XYZ 14.74 17.27 41.08 -
YUV 97.97 169.21 73.1 -
System Red Green Blue C M Y K H S L
Decimal 21 123 171 0.88 0.28 0 0.33 199.2 0.78 0.38
Hex 15 7B AB 58 1C 0 21 C7 4E 26
Octal 25 173 253 130 34 0 41 307 116 46
Binary 10101 1111011 10101011 1011000 11100 0 100001 11000111 1001110 100110

Color Harmonies of #157BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BAB

Black with #157BAB

Text Example


Text Example

White with #157BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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