#1567BA

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

Shades of Denim #1567BA

Tints of Denim #1567BA

Color information

#1567BA (or 0x1567BA) is unknown color: approx Denim. HEX triplet: 15, 67 and BA. RGB value is (21,103,186). Sum of RGB (Red+Green+Blue) = 21+103+186=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #1567BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1567BA is #EA9845. Grayscale: #575757. Windows color (decimal): -15374406 or 12216085. OLE color: 12216085.

HSL color Cylindrical-coordinate representation of color #1567BA: hue angle of 210.18º 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 #1567BA is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB21103186-
CMYK0.890.4500.27
HSL210.18º79.71%40.59%-
HSV(B)210.18º88.71%72.94%-
XYZ14.0213.4148.3-
YUV87.94183.3380.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 186 (73.05% from 255) = 60%
R=6.77%
G=33.23%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal211031860.890.4500.27210.1879.7140.59
Hex1567BA592D01Bd25029
Octal251472721315503332212051
Binary101011100111101110101011001101101011011110100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1567BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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