#1A76AA

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

Shades of Lochmara #1A76AA

Tints of Lochmara #1A76AA

Color information

#1A76AA (or 0x1A76AA) is unknown color: approx Lochmara. HEX triplet: 1A, 76 and AA. RGB value is (26,118,170). Sum of RGB (Red+Green+Blue) = 26+118+170=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A76AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A76AA is #E58955. Grayscale: #606060. Windows color (decimal): -15042902 or 11171354. OLE color: 11171354.

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

Color convert

RGB26118170-
CMYK0.850.3100.33
HSL201.67º73.47%38.43%-
HSV(B)201.67º84.71%66.67%-
XYZ14.1616.0840.39-
YUV96.42169.5277.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.28%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=8.28%
G=37.58%
B=54.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261181700.850.3100.33201.6773.4738.43
Hex1A76AA551F021ca4926
Octal321662521253704131211146
Binary110101110110101010101010101111110100001110010101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A76AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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