Html Css Color HEX #157BC0 Denim

📋 copy color: '#157BC0'

red 21 ◦ green 123 ◦ blue 192

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

Shades of Denim #157BC0

Tints of Denim #157BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.14%

R = 6.25%
G = 36.61%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#157BC0 (or 0x157BC0) is known color: Denim. HEX triplet: 15, 7B and C0. RGB value is (21,123,192). Sum of RGB (Red+Green+Blue) = 21+123+192=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #157BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BC0 is #EA843F. Grayscale: #636363. Windows color (decimal): -15369280 or 12614421. OLE color: 12614421.

HSL color Cylindrical-coordinate representation of color #157BC0: hue angle of 204.21º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157BC0 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 123 192 -
CMYK 0.89 0.36 0 0.25
HSL 204.21º 0.8% 0.42% -
HSV(B) 204.21º 0.89% 0.75% -
XYZ 16.91 18.13 52.48 -
YUV 100.37 179.71 71.39 -
System Red Green Blue C M Y K H S L
Decimal 21 123 192 0.89 0.36 0 0.25 204.21 0.8 0.42
Hex 15 7B C0 59 24 0 19 CC 50 2A
Octal 25 173 300 131 44 0 31 314 120 52
Binary 10101 1111011 11000000 1011001 100100 0 11001 11001100 1010000 101010

Color Harmonies of #157BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BC0

Black with #157BC0

Text Example


Text Example

White with #157BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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