#1569BA

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

Shades of Denim #1569BA

Tints of Denim #1569BA

Color information

#1569BA (or 0x1569BA) is unknown color: approx Denim. HEX triplet: 15, 69 and BA. RGB value is (21,105,186). Sum of RGB (Red+Green+Blue) = 21+105+186=312 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.73% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #1569BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1569BA is #EA9645. Grayscale: #585858. Windows color (decimal): -15373894 or 12216597. OLE color: 12216597.

HSL color Cylindrical-coordinate representation of color #1569BA: hue angle of 209.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1569BA is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21105186-
CMYK0.890.4400.27
HSL209.45º79.71%40.59%-
HSV(B)209.45º88.71%72.94%-
XYZ14.2213.8148.37-
YUV89.12182.6779.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.73%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=6.73%
G=33.65%
B=59.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211051860.890.4400.27209.4579.7140.59
Hex1569BA592C01Bd15029
Octal251512721315403332112051
Binary101011101001101110101011001101100011011110100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1569BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1569BA; }

 p { color: rgb(21,105,186); }

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

<style>
 a { background-color: #1569BA; }

 a { background-color: rgb(21,105,186); }

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

<style>
 span { border-color: #1569BA; }

 span { border-color: rgb(21,105,186); }

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