#157abc

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

Shades of Denim #157ABC

Tints of Denim #157ABC

Color information

#157ABC (or 0x157ABC) is unknown color: approx Denim. HEX triplet: 15, 7A and BC. RGB value is (21,122,188). Sum of RGB (Red+Green+Blue) = 21+122+188=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #157ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ABC is #EA8543. Grayscale: #626262. Windows color (decimal): -15369540 or 12352021. OLE color: 12352021.

HSL color Cylindrical-coordinate representation of color #157ABC: hue angle of 203.71º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157ABC is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB21122188-
CMYK0.890.3500.26
HSL203.71º79.9%40.98%-
HSV(B)203.71º88.83%73.73%-
XYZ16.3517.7150.13-
YUV99.32178.0472.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.34%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 188 (73.83% from 255) = 56.80%
R=6.34%
G=36.86%
B=56.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal211221880.890.3500.26203.7179.940.98
Hex157ABC592301Acc5029
Octal251722741314303231412051
Binary101011111010101111001011001100011011010110011001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,122,188); }

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

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

 a { background-color: rgb(21,122,188); }

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

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

 span { border-color: rgb(21,122,188); }

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