#1565D3

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

Shades of Denim #1565D3

Tints of Denim #1565D3

Color information

#1565D3 (or 0x1565D3) is unknown color: approx Denim. HEX triplet: 15, 65 and D3. RGB value is (21,101,211). Sum of RGB (Red+Green+Blue) = 21+101+211=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 211 (82.81% from 255 or 63.36% from 333); Max value from RGB is 211 - color contains mainly: blue. Hex color #1565D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565D3 is #EA9A2C. Grayscale: #595959. Windows color (decimal): -15374893 or 13853973. OLE color: 13853973.

HSL color Cylindrical-coordinate representation of color #1565D3: hue angle of 214.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1565D3 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB21101211-
CMYK0.900.5200.17
HSL214.74º81.9%45.49%-
HSV(B)214.74º90.05%82.75%-
XYZ16.7214.1763.48-
YUV89.62196.579.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.31%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 211 (82.81% from 255) = 63.36%
R=6.31%
G=30.33%
B=63.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211012110.900.5200.17214.7481.945.49
Hex1565D35A34011d7522d
Octal251453231326402132712255
Binary101011100101110100111011010110100010001110101111010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1565D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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