#1756BC

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

Shades of Denim #1756BC

Tints of Denim #1756BC

Color information

#1756BC (or 0x1756BC) is unknown color: approx Denim. HEX triplet: 17, 56 and BC. RGB value is (23,86,188). Sum of RGB (Red+Green+Blue) = 23+86+188=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #1756BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1756BC is #E8A943. Grayscale: #4E4E4E. Windows color (decimal): -15247684 or 12342807. OLE color: 12342807.

HSL color Cylindrical-coordinate representation of color #1756BC: hue angle of 217.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1756BC is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2386188-
CMYK0.880.5400.26
HSL217.09º78.2%41.37%-
HSV(B)217.09º87.77%73.73%-
XYZ12.7610.4748.93-
YUV78.79189.6388.21-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.74%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 188 (73.83% from 255) = 63.30%
R=7.74%
G=28.96%
B=63.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal23861880.880.5400.26217.0978.241.37
Hex1756BC583601Ad94e29
Octal271262741306603233111651
Binary101111010110101111001011000110110011010110110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1756BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1756BC; }

 p { color: rgb(23,86,188); }

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

<style>
 a { background-color: #1756BC; }

 a { background-color: rgb(23,86,188); }

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

<style>
 span { border-color: #1756BC; }

 span { border-color: rgb(23,86,188); }

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