#1763AA

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

Shades of Denim #1763AA

Tints of Denim #1763AA

Color information

#1763AA (or 0x1763AA) is unknown color: approx Denim. HEX triplet: 17, 63 and AA. RGB value is (23,99,170). Sum of RGB (Red+Green+Blue) = 23+99+170=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #1763AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1763AA is #E89C55. Grayscale: #545454. Windows color (decimal): -15244374 or 11166487. OLE color: 11166487.

HSL color Cylindrical-coordinate representation of color #1763AA: hue angle of 208.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1763AA is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2399170-
CMYK0.860.4200.33
HSL208.98º76.17%37.84%-
HSV(B)208.98º86.47%66.67%-
XYZ12.0712.0139.71-
YUV84.37176.3284.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.88%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 58.22%
R=7.88%
G=33.90%
B=58.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal23991700.860.4200.33208.9876.1737.84
Hex1763AA562A021d14c26
Octal271432521265204132111446
Binary1011111000111010101010101101010100100001110100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1763AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1763AA; }

 p { color: rgb(23,99,170); }

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

<style>
 a { background-color: #1763AA; }

 a { background-color: rgb(23,99,170); }

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

<style>
 span { border-color: #1763AA; }

 span { border-color: rgb(23,99,170); }

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