#1A6ED1

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

Shades of Denim #1A6ED1

Tints of Denim #1A6ED1

Color information

#1A6ED1 (or 0x1A6ED1) is unknown color: approx Denim. HEX triplet: 1A, 6E and D1. RGB value is (26,110,209). Sum of RGB (Red+Green+Blue) = 26+110+209=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A6ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ED1 is #E5912E. Grayscale: #5F5F5F. Windows color (decimal): -15044911 or 13725210. OLE color: 13725210.

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

Color convert

RGB26110209-
CMYK0.880.4700.18
HSL212.46º77.87%46.08%-
HSV(B)212.46º87.56%81.96%-
XYZ17.5115.9762.48-
YUV96.17191.6777.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.54%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 209 (82.03% from 255) = 60.58%
R=7.54%
G=31.88%
B=60.58%

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
Decimal261102090.880.4700.18212.4677.8746.08
Hex1A6ED1582F012d44e2e
Octal321563211305702232411656
Binary110101101110110100011011000101111010010110101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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