#157cbf

Color #157CBF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #157CBF

Tints of Denim #157CBF

Color information

#157CBF (or 0x157CBF) is unknown color: approx Denim. HEX triplet: 15, 7C and BF. RGB value is (21,124,191). Sum of RGB (Red+Green+Blue) = 21+124+191=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #157CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CBF is #EA8340. Grayscale: #646464. Windows color (decimal): -15369025 or 12549141. OLE color: 12549141.

HSL color Cylindrical-coordinate representation of color #157CBF: hue angle of 203.65º 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 #157CBF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB21124191-
CMYK0.890.3500.25
HSL203.65º80.19%41.57%-
HSV(B)203.65º89.01%74.9%-
XYZ16.9218.3451.94-
YUV100.84178.8871.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.25%
GREEN value IS 124 (48.83% from 255) = 36.90%
BLUE value IS 191 (75% from 255) = 56.85%
R=6.25%
G=36.90%
B=56.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal211241910.890.3500.25203.6580.1941.57
Hex157CBF5923019cc502a
Octal251742771314303131412052
Binary101011111100101111111011001100011011001110011001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,191); }

 H1.HeaderClassName
 {
   color: #157cbf;
 }
 .AnyTagClassName
 {
   color: #157cbf;
 }
</style>
background-color css

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

 a { background-color: rgb(21,124,191); }

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

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

 span { border-color: rgb(21,124,191); }

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