#1565A3

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

Shades of Denim #1565A3

Tints of Denim #1565A3

Color information

#1565A3 (or 0x1565A3) is unknown color: approx Denim. HEX triplet: 15, 65 and A3. RGB value is (21,101,163). Sum of RGB (Red+Green+Blue) = 21+101+163=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #1565A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1565A3 is #EA9A5C. Grayscale: #535353. Windows color (decimal): -15374941 or 10708245. OLE color: 10708245.

HSL color Cylindrical-coordinate representation of color #1565A3: hue angle of 206.2º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1565A3 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21101163-
CMYK0.870.3800.36
HSL206.2º77.17%36.08%-
HSV(B)206.2º87.12%63.92%-
XYZ11.5712.1136.38-
YUV84.15172.582.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 163 (64.06% from 255) = 57.19%
R=7.37%
G=35.44%
B=57.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211011630.870.3800.36206.277.1736.08
Hex1565A35726024ce4d24
Octal251452431274604431611544
Binary1010111001011010001110101111001100100100110011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1565A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1565A3; }

 p { color: rgb(21,101,163); }

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

<style>
 a { background-color: #1565A3; }

 a { background-color: rgb(21,101,163); }

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

<style>
 span { border-color: #1565A3; }

 span { border-color: rgb(21,101,163); }

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