#1A6DCA

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

Shades of Denim #1A6DCA

Tints of Denim #1A6DCA

Color information

#1A6DCA (or 0x1A6DCA) is unknown color: approx Denim. HEX triplet: 1A, 6D and CA. RGB value is (26,109,202). Sum of RGB (Red+Green+Blue) = 26+109+202=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A6DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6DCA is #E59235. Grayscale: #5E5E5E. Windows color (decimal): -15045174 or 13266202. OLE color: 13266202.

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

Color convert

RGB26109202-
CMYK0.870.4600.21
HSL211.7º77.19%44.71%-
HSV(B)211.7º87.13%79.22%-
XYZ16.5615.4257.98-
YUV94.78188.578.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.72%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 202 (79.30% from 255) = 59.94%
R=7.72%
G=32.34%
B=59.94%

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
Decimal261092020.870.4600.21211.777.1944.71
Hex1A6DCA572E015d44d2d
Octal321553121275602532411555
Binary110101101101110010101010111101110010101110101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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