#1756BA

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

Shades of Denim #1756BA

Tints of Denim #1756BA

Color information

#1756BA (or 0x1756BA) is unknown color: approx Denim. HEX triplet: 17, 56 and BA. RGB value is (23,86,186). Sum of RGB (Red+Green+Blue) = 23+86+186=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #1756BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1756BA is #E8A945. Grayscale: #4E4E4E. Windows color (decimal): -15247686 or 12211735. OLE color: 12211735.

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

Color convert

RGB2386186-
CMYK0.880.5400.27
HSL216.81º77.99%40.98%-
HSV(B)216.81º87.63%72.94%-
XYZ12.5410.3847.8-
YUV78.56188.6388.37-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.80%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=7.80%
G=29.15%
B=63.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal23861860.880.5400.27216.8177.9940.98
Hex1756BA583601Bd94e29
Octal271262721306603333111651
Binary101111010110101110101011000110110011011110110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1756BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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