Html Css Color HEX #157B9C Cerulean

📋 copy color: '#157B9C'

red 21 ◦ green 123 ◦ blue 156

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

Shades of Cerulean #157B9C

Tints of Cerulean #157B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52%

R = 7%
G = 41%
B = 52%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#157B9C (or 0x157B9C) is known color: Cerulean. HEX triplet: 15, 7B and 9C. RGB value is (21,123,156). Sum of RGB (Red+Green+Blue) = 21+123+156=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #157B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B9C is #EA8463. Grayscale: #606060. Windows color (decimal): -15369316 or 10255125. OLE color: 10255125.

HSL color Cylindrical-coordinate representation of color #157B9C: hue angle of 194.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157B9C is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 123 156 -
CMYK 0.87 0.21 0 0.39
HSL 194.67º 0.76% 0.35% -
HSV(B) 194.67º 0.87% 0.61% -
XYZ 13.39 16.73 33.97 -
YUV 96.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 21 123 156 0.87 0.21 0 0.39 194.67 0.76 0.35
Hex 15 7B 9C 57 15 0 27 C3 4C 23
Octal 25 173 234 127 25 0 47 303 114 43
Binary 10101 1111011 10011100 1010111 10101 0 100111 11000011 1001100 100011

Color Harmonies of #157B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157B9C

Black with #157B9C

Text Example


Text Example

White with #157B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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