#1773BC

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

Shades of Denim #1773BC

Tints of Denim #1773BC

Color information

#1773BC (or 0x1773BC) is unknown color: approx Denim. HEX triplet: 17, 73 and BC. RGB value is (23,115,188). Sum of RGB (Red+Green+Blue) = 23+115+188=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1773BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773BC is #E88C43. Grayscale: #5F5F5F. Windows color (decimal): -15240260 or 12350231. OLE color: 12350231.

HSL color Cylindrical-coordinate representation of color #1773BC: hue angle of 206.55º 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 #1773BC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23115188-
CMYK0.880.3900.26
HSL206.55º78.2%41.37%-
HSV(B)206.55º87.77%73.73%-
XYZ15.5616.0749.86-
YUV95.81180.0276.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.06%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=7.06%
G=35.28%
B=57.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231151880.880.3900.26206.5578.241.37
Hex1773BC582701Acf4e29
Octal271632741304703231711651
Binary101111110011101111001011000100111011010110011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1773BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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