#1a6abc

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

Shades of Denim #1A6ABC

Tints of Denim #1A6ABC

Color information

#1A6ABC (or 0x1A6ABC) is unknown color: approx Denim. HEX triplet: 1A, 6A and BC. RGB value is (26,106,188). Sum of RGB (Red+Green+Blue) = 26+106+188=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A6ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ABC is #E59543. Grayscale: #5B5B5B. Windows color (decimal): -15045956 or 12347930. OLE color: 12347930.

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

Color convert

RGB26106188-
CMYK0.860.4400.26
HSL210.37º75.7%41.96%-
HSV(B)210.37º86.17%73.73%-
XYZ14.6614.1649.54-
YUV91.43182.581.33-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.12%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 188 (73.83% from 255) = 58.75%
R=8.12%
G=33.12%
B=58.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261061880.860.4400.26210.3775.741.96
Hex1A6ABC562C01Ad24c2a
Octal321522741265403232211452
Binary110101101010101111001010110101100011010110100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a6abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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