#1463A4

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

Shades of Denim #1463A4

Tints of Denim #1463A4

Color information

#1463A4 (or 0x1463A4) is unknown color: approx Denim. HEX triplet: 14, 63 and A4. RGB value is (20,99,164). Sum of RGB (Red+Green+Blue) = 20+99+164=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #1463A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1463A4 is #EB9C5B. Grayscale: #525252. Windows color (decimal): -15440988 or 10773268. OLE color: 10773268.

HSL color Cylindrical-coordinate representation of color #1463A4: hue angle of 207.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1463A4 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2099164-
CMYK0.880.4000.36
HSL207.08º78.26%36.08%-
HSV(B)207.08º87.8%64.31%-
XYZ11.4511.7536.79-
YUV82.79173.8383.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 164 (64.45% from 255) = 57.95%
R=7.07%
G=34.98%
B=57.95%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20991640.880.4000.36207.0878.2636.08
Hex1463A45828024cf4e24
Octal241432441305004431711644
Binary1010011000111010010010110001010000100100110011111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1463A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1463A4; }

 p { color: rgb(20,99,164); }

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

<style>
 a { background-color: #1463A4; }

 a { background-color: rgb(20,99,164); }

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

<style>
 span { border-color: #1463A4; }

 span { border-color: rgb(20,99,164); }

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