#1A6ABB

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

Shades of Denim #1A6ABB

Tints of Denim #1A6ABB

Color information

#1A6ABB (or 0x1A6ABB) is unknown color: approx Denim. HEX triplet: 1A, 6A and BB. RGB value is (26,106,187). Sum of RGB (Red+Green+Blue) = 26+106+187=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ABB is #E59544. Grayscale: #5A5A5A. Windows color (decimal): -15045957 or 12282394. OLE color: 12282394.

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

Color convert

RGB26106187-
CMYK0.860.4300.27
HSL210.19º75.59%41.76%-
HSV(B)210.19º86.1%73.33%-
XYZ14.5514.1248.97-
YUV91.3118281.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.15%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=8.15%
G=33.23%
B=58.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261061870.860.4300.27210.1975.5941.76
Hex1A6ABB562B01Bd24c2a
Octal321522731265303332211452
Binary110101101010101110111010110101011011011110100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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