#1568AD

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

Shades of Denim #1568AD

Tints of Denim #1568AD

Color information

#1568AD (or 0x1568AD) is unknown color: approx Denim. HEX triplet: 15, 68 and AD. RGB value is (21,104,173). Sum of RGB (Red+Green+Blue) = 21+104+173=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #1568AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1568AD is #EA9752. Grayscale: #565656. Windows color (decimal): -15374163 or 11364373. OLE color: 11364373.

HSL color Cylindrical-coordinate representation of color #1568AD: hue angle of 207.24º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1568AD is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21104173-
CMYK0.880.4000.32
HSL207.24º78.35%38.04%-
HSV(B)207.24º87.86%67.84%-
XYZ12.813.0841.38-
YUV87.05176.580.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 173 (67.97% from 255) = 58.05%
R=7.05%
G=34.90%
B=58.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211041730.880.4000.32207.2478.3538.04
Hex1568AD5828020cf4e26
Octal251502551305004031711646
Binary1010111010001010110110110001010000100000110011111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1568AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1568AD; }

 p { color: rgb(21,104,173); }

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

<style>
 a { background-color: #1568AD; }

 a { background-color: rgb(21,104,173); }

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

<style>
 span { border-color: #1568AD; }

 span { border-color: rgb(21,104,173); }

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