#1A6EA4

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

Shades of Lochmara #1A6EA4

Tints of Lochmara #1A6EA4

Color information

#1A6EA4 (or 0x1A6EA4) is unknown color: approx Lochmara. HEX triplet: 1A, 6E and A4. RGB value is (26,110,164). Sum of RGB (Red+Green+Blue) = 26+110+164=300 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #1A6EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6EA4 is #E5915B. Grayscale: #5A5A5A. Windows color (decimal): -15044956 or 10776090. OLE color: 10776090.

HSL color Cylindrical-coordinate representation of color #1A6EA4: hue angle of 203.48º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A6EA4 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB26110164-
CMYK0.840.3300.36
HSL203.48º72.63%37.25%-
HSV(B)203.48º84.15%64.31%-
XYZ12.714.0537.16-
YUV91.04169.1781.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=8.67%
G=36.67%
B=54.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261101640.840.3300.36203.4872.6337.25
Hex1A6EA45421024cb4925
Octal321562441244104431311145
Binary1101011011101010010010101001000010100100110010111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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