#1663BC

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

Shades of Denim #1663BC

Tints of Denim #1663BC

Color information

#1663BC (or 0x1663BC) is unknown color: approx Denim. HEX triplet: 16, 63 and BC. RGB value is (22,99,188). Sum of RGB (Red+Green+Blue) = 22+99+188=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #1663BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1663BC is #E99C43. Grayscale: #555555. Windows color (decimal): -15309892 or 12346134. OLE color: 12346134.

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

Color convert

RGB2299188-
CMYK0.880.4700.26
HSL212.17º79.05%41.18%-
HSV(B)212.17º88.3%73.73%-
XYZ13.8712.7349.3-
YUV86.12185.4982.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.12%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=7.12%
G=32.04%
B=60.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22991880.880.4700.26212.1779.0541.18
Hex1663BC582F01Ad44f29
Octal261432741305703232411751
Binary101101100011101111001011000101111011010110101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1663BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,99,188); }

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

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

 a { background-color: rgb(22,99,188); }

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

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

 span { border-color: rgb(22,99,188); }

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