#1A6BAB

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

Shades of Denim #1A6BAB

Tints of Denim #1A6BAB

Color information

#1A6BAB (or 0x1A6BAB) is unknown color: approx Denim. HEX triplet: 1A, 6B and AB. RGB value is (26,107,171). Sum of RGB (Red+Green+Blue) = 26+107+171=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A6BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6BAB is #E59454. Grayscale: #595959. Windows color (decimal): -15045717 or 11234074. OLE color: 11234074.

HSL color Cylindrical-coordinate representation of color #1A6BAB: hue angle of 206.48º 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 #1A6BAB is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26107171-
CMYK0.850.3700.33
HSL206.48º73.6%38.63%-
HSV(B)206.48º84.8%67.06%-
XYZ13.0313.6840.48-
YUV90.08173.6682.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.55%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=8.55%
G=35.20%
B=56.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261071710.850.3700.33206.4873.638.63
Hex1A6BAB5525021ce4a27
Octal321532531254504131611247
Binary1101011010111010101110101011001010100001110011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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