#1A6EAA

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

Shades of Lochmara #1A6EAA

Tints of Lochmara #1A6EAA

Color information

#1A6EAA (or 0x1A6EAA) is unknown color: approx Lochmara. HEX triplet: 1A, 6E and AA. RGB value is (26,110,170). Sum of RGB (Red+Green+Blue) = 26+110+170=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A6EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6EAA is #E59155. Grayscale: #5B5B5B. Windows color (decimal): -15044950 or 11169306. OLE color: 11169306.

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

Color convert

RGB26110170-
CMYK0.850.3500.33
HSL205º73.47%38.43%-
HSV(B)205º84.71%66.67%-
XYZ13.2614.2740.09-
YUV91.72172.1781.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.50%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=8.50%
G=35.95%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261101700.850.3500.3320573.4738.43
Hex1A6EAA5523021cd4926
Octal321562521254304131511146
Binary1101011011101010101010101011000110100001110011011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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