#1565B4

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

Shades of Denim #1565B4

Tints of Denim #1565B4

Color information

#1565B4 (or 0x1565B4) is unknown color: approx Denim. HEX triplet: 15, 65 and B4. RGB value is (21,101,180). Sum of RGB (Red+Green+Blue) = 21+101+180=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #1565B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565B4 is #EA9A4B. Grayscale: #555555. Windows color (decimal): -15374924 or 11822357. OLE color: 11822357.

HSL color Cylindrical-coordinate representation of color #1565B4: hue angle of 209.81º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1565B4 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB21101180-
CMYK0.880.4400.29
HSL209.81º79.1%39.41%-
HSV(B)209.81º88.33%70.59%-
XYZ13.212.7644.95-
YUV86.0918181.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 59.60%
R=6.95%
G=33.44%
B=59.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal211011800.880.4400.29209.8179.139.41
Hex1565B4582C01Dd24f27
Octal251452641305403532211747
Binary101011100101101101001011000101100011101110100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1565B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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