#1A70D1

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

Shades of Denim #1A70D1

Tints of Denim #1A70D1

Color information

#1A70D1 (or 0x1A70D1) is unknown color: approx Denim. HEX triplet: 1A, 70 and D1. RGB value is (26,112,209). Sum of RGB (Red+Green+Blue) = 26+112+209=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A70D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A70D1 is #E58F2E. Grayscale: #606060. Windows color (decimal): -15044399 or 13725722. OLE color: 13725722.

HSL color Cylindrical-coordinate representation of color #1A70D1: hue angle of 211.8º 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 #1A70D1 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB26112209-
CMYK0.880.4600.18
HSL211.8º77.87%46.08%-
HSV(B)211.8º87.56%81.96%-
XYZ17.7316.4162.55-
YUV97.34191.0177.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.49%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 209 (82.03% from 255) = 60.23%
R=7.49%
G=32.28%
B=60.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261122090.880.4600.18211.877.8746.08
Hex1A70D1582E012d44e2e
Octal321603211305602232411656
Binary110101110000110100011011000101110010010110101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A70D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,112,209); }

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

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

 a { background-color: rgb(26,112,209); }

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

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

 span { border-color: rgb(26,112,209); }

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