#1A6FD1

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

Shades of Denim #1A6FD1

Tints of Denim #1A6FD1

Color information

#1A6FD1 (or 0x1A6FD1) is unknown color: approx Denim. HEX triplet: 1A, 6F and D1. RGB value is (26,111,209). Sum of RGB (Red+Green+Blue) = 26+111+209=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A6FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6FD1 is #E5902E. Grayscale: #606060. Windows color (decimal): -15044655 or 13725466. OLE color: 13725466.

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

Color convert

RGB26111209-
CMYK0.880.4700.18
HSL212.13º77.87%46.08%-
HSV(B)212.13º87.56%81.96%-
XYZ17.6216.1962.52-
YUV96.76191.3477.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.51%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 209 (82.03% from 255) = 60.40%
R=7.51%
G=32.08%
B=60.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal261112090.880.4700.18212.1377.8746.08
Hex1A6FD1582F012d44e2e
Octal321573211305702232411656
Binary110101101111110100011011000101111010010110101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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