#1A6CB2

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

Shades of Denim #1A6CB2

Tints of Denim #1A6CB2

Color information

#1A6CB2 (or 0x1A6CB2) is unknown color: approx Denim. HEX triplet: 1A, 6C and B2. RGB value is (26,108,178). Sum of RGB (Red+Green+Blue) = 26+108+178=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #1A6CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6CB2 is #E5934D. Grayscale: #5B5B5B. Windows color (decimal): -15045454 or 11693082. OLE color: 11693082.

HSL color Cylindrical-coordinate representation of color #1A6CB2: hue angle of 207.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A6CB2 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB26108178-
CMYK0.850.3900.30
HSL207.63º74.51%40%-
HSV(B)207.63º85.39%69.8%-
XYZ13.8214.1644.12-
YUV91.46176.8381.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 178 (69.92% from 255) = 57.05%
R=8.33%
G=34.62%
B=57.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261081780.850.3900.30207.6374.5140
Hex1A6CB2552701Ed04b28
Octal321542621254703632011350
Binary110101101100101100101010101100111011110110100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,108,178); }

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

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

 a { background-color: rgb(26,108,178); }

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

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

 span { border-color: rgb(26,108,178); }

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