#1A6AB4

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

Shades of Denim #1A6AB4

Tints of Denim #1A6AB4

Color information

#1A6AB4 (or 0x1A6AB4) is unknown color: approx Denim. HEX triplet: 1A, 6A and B4. RGB value is (26,106,180). Sum of RGB (Red+Green+Blue) = 26+106+180=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 180 (70.70% from 255 or 57.69% from 312); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A6AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6AB4 is #E5954B. Grayscale: #5A5A5A. Windows color (decimal): -15045964 or 11823642. OLE color: 11823642.

HSL color Cylindrical-coordinate representation of color #1A6AB4: hue angle of 208.83º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A6AB4 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB26106180-
CMYK0.860.4100.29
HSL208.83º74.76%40.39%-
HSV(B)208.83º85.56%70.59%-
XYZ13.8213.8245.12-
YUV90.52178.581.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 180 (70.70% from 255) = 57.69%
R=8.33%
G=33.97%
B=57.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261061800.860.4100.29208.8374.7640.39
Hex1A6AB4562901Dd14b28
Octal321522641265103532111350
Binary110101101010101101001010110101001011101110100011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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