#1A6EBE

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

Shades of Denim #1A6EBE

Tints of Denim #1A6EBE

Color information

#1A6EBE (or 0x1A6EBE) is unknown color: approx Denim. HEX triplet: 1A, 6E and BE. RGB value is (26,110,190). Sum of RGB (Red+Green+Blue) = 26+110+190=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A6EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6EBE is #E59141. Grayscale: #5D5D5D. Windows color (decimal): -15044930 or 12480026. OLE color: 12480026.

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

Color convert

RGB26110190-
CMYK0.860.4200.25
HSL209.27º75.93%42.35%-
HSV(B)209.27º86.32%74.51%-
XYZ15.315.0950.82-
YUV94182.1779.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.98%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=7.98%
G=33.74%
B=58.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261101900.860.4200.25209.2775.9342.35
Hex1A6EBE562A019d14c2a
Octal321562761265203132111452
Binary110101101110101111101010110101010011001110100011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,110,190); }

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

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

 a { background-color: rgb(26,110,190); }

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

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

 span { border-color: rgb(26,110,190); }

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