#1A6DAB

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

Shades of Denim #1A6DAB

Tints of Denim #1A6DAB

Color information

#1A6DAB (or 0x1A6DAB) is unknown color: approx Denim. HEX triplet: 1A, 6D and AB. RGB value is (26,109,171). Sum of RGB (Red+Green+Blue) = 26+109+171=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A6DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6DAB is #E59254. Grayscale: #5A5A5A. Windows color (decimal): -15045205 or 11234586. OLE color: 11234586.

HSL color Cylindrical-coordinate representation of color #1A6DAB: hue angle of 205.66º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6DAB is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26109171-
CMYK0.850.3600.33
HSL205.66º73.6%38.63%-
HSV(B)205.66º84.8%67.06%-
XYZ13.2514.140.55-
YUV91.2517381.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.50%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=8.50%
G=35.62%
B=55.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261091710.850.3600.33205.6673.638.63
Hex1A6DAB5524021ce4a27
Octal321552531254404131611247
Binary1101011011011010101110101011001000100001110011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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