#1A6ABE

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

Shades of Denim #1A6ABE

Tints of Denim #1A6ABE

Color information

#1A6ABE (or 0x1A6ABE) is unknown color: approx Denim. HEX triplet: 1A, 6A and BE. RGB value is (26,106,190). Sum of RGB (Red+Green+Blue) = 26+106+190=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ABE is #E59541. Grayscale: #5B5B5B. Windows color (decimal): -15045954 or 12479002. OLE color: 12479002.

HSL color Cylindrical-coordinate representation of color #1A6ABE: hue angle of 210.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6ABE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26106190-
CMYK0.860.4400.25
HSL210.73º75.93%42.35%-
HSV(B)210.73º86.32%74.51%-
XYZ14.8714.2550.68-
YUV91.66183.581.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.07%
GREEN value IS 106 (41.80% from 255) = 32.92%
BLUE value IS 190 (74.61% from 255) = 59.01%
R=8.07%
G=32.92%
B=59.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261061900.860.4400.25210.7375.9342.35
Hex1A6ABE562C019d34c2a
Octal321522761265403132311452
Binary110101101010101111101010110101100011001110100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,106,190); }

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

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

 a { background-color: rgb(26,106,190); }

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

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

 span { border-color: rgb(26,106,190); }

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