#1A6ECA

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

Shades of Denim #1A6ECA

Tints of Denim #1A6ECA

Color information

#1A6ECA (or 0x1A6ECA) is unknown color: approx Denim. HEX triplet: 1A, 6E and CA. RGB value is (26,110,202). Sum of RGB (Red+Green+Blue) = 26+110+202=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ECA is #E59135. Grayscale: #5E5E5E. Windows color (decimal): -15044918 or 13266458. OLE color: 13266458.

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

Color convert

RGB26110202-
CMYK0.870.4600.21
HSL211.36º77.19%44.71%-
HSV(B)211.36º87.13%79.22%-
XYZ16.6615.6458.02-
YUV95.37188.1778.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.69%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 202 (79.30% from 255) = 59.76%
R=7.69%
G=32.54%
B=59.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261102020.870.4600.21211.3677.1944.71
Hex1A6ECA572E015d34d2d
Octal321563121275602532311555
Binary110101101110110010101010111101110010101110100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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