#1A6BC6

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

Shades of Denim #1A6BC6

Tints of Denim #1A6BC6

Color information

#1A6BC6 (or 0x1A6BC6) is unknown color: approx Denim. HEX triplet: 1A, 6B and C6. RGB value is (26,107,198). Sum of RGB (Red+Green+Blue) = 26+107+198=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 198 (77.73% from 255 or 59.82% from 331); Max value from RGB is 198 - color contains mainly: blue. Hex color #1A6BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6BC6 is #E59439. Grayscale: #5C5C5C. Windows color (decimal): -15045690 or 13003546. OLE color: 13003546.

HSL color Cylindrical-coordinate representation of color #1A6BC6: hue angle of 211.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A6BC6 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB26107198-
CMYK0.870.4600.22
HSL211.74º76.79%43.92%-
HSV(B)211.74º86.87%77.65%-
XYZ15.8814.8155.45-
YUV93.16187.1680.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 107 (42.19% from 255) = 32.33%
BLUE value IS 198 (77.73% from 255) = 59.82%
R=7.85%
G=32.33%
B=59.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261071980.870.4600.22211.7476.7943.92
Hex1A6BC6572E016d44d2c
Octal321533061275602632411554
Binary110101101011110001101010111101110010110110101001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,107,198); }

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

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

 a { background-color: rgb(26,107,198); }

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

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

 span { border-color: rgb(26,107,198); }

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