#1a56d0

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

Shades of Denim #1A56D0

Tints of Denim #1A56D0

Color information

#1A56D0 (or 0x1A56D0) is unknown color: approx Denim. HEX triplet: 1A, 56 and D0. RGB value is (26,86,208). Sum of RGB (Red+Green+Blue) = 26+86+208=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #1A56D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A56D0 is #E5A92F. Grayscale: #515151. Windows color (decimal): -15051056 or 13653530. OLE color: 13653530.

HSL color Cylindrical-coordinate representation of color #1A56D0: hue angle of 220.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A56D0 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2686208-
CMYK0.880.5900.18
HSL220.22º77.78%45.88%-
HSV(B)220.22º87.5%81.57%-
XYZ15.1411.4361.08-
YUV81.97199.1288.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.12%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 208 (81.64% from 255) = 65%
R=8.12%
G=26.88%
B=65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26862080.880.5900.18220.2277.7845.88
Hex1A56D0583B012dc4e2e
Octal321263201307302233411656
Binary110101010110110100001011000111011010010110111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a56d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a56d0; }

 p { color: rgb(26,86,208); }

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

<style>
 a { background-color: #1a56d0; }

 a { background-color: rgb(26,86,208); }

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

<style>
 span { border-color: #1a56d0; }

 span { border-color: rgb(26,86,208); }

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