#1755BF

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

Shades of Denim #1755BF

Tints of Denim #1755BF

Color information

#1755BF (or 0x1755BF) is unknown color: approx Denim. HEX triplet: 17, 55 and BF. RGB value is (23,85,191). Sum of RGB (Red+Green+Blue) = 23+85+191=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #1755BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755BF is #E8AA40. Grayscale: #4E4E4E. Windows color (decimal): -15247937 or 12539159. OLE color: 12539159.

HSL color Cylindrical-coordinate representation of color #1755BF: hue angle of 217.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1755BF is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2385191-
CMYK0.880.5500.25
HSL217.86º78.5%41.96%-
HSV(B)217.86º87.96%74.9%-
XYZ13.0110.4450.62-
YUV78.55191.4688.38-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.69%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 191 (75% from 255) = 63.88%
R=7.69%
G=28.43%
B=63.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23851910.880.5500.25217.8678.541.96
Hex1755BF5837019da4f2a
Octal271252771306703133211752
Binary101111010101101111111011000110111011001110110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1755BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1755BF; }

 p { color: rgb(23,85,191); }

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

<style>
 a { background-color: #1755BF; }

 a { background-color: rgb(23,85,191); }

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

<style>
 span { border-color: #1755BF; }

 span { border-color: rgb(23,85,191); }

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