#1A72AA

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

Shades of Lochmara #1A72AA

Tints of Lochmara #1A72AA

Color information

#1A72AA (or 0x1A72AA) is unknown color: approx Lochmara. HEX triplet: 1A, 72 and AA. RGB value is (26,114,170). Sum of RGB (Red+Green+Blue) = 26+114+170=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A72AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A72AA is #E58D55. Grayscale: #5D5D5D. Windows color (decimal): -15043926 or 11170330. OLE color: 11170330.

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

Color convert

RGB26114170-
CMYK0.850.3300.33
HSL203.33º73.47%38.43%-
HSV(B)203.33º84.71%66.67%-
XYZ13.715.1640.23-
YUV94.07170.8579.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=8.39%
G=36.77%
B=54.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261141700.850.3300.33203.3373.4738.43
Hex1A72AA5521021cb4926
Octal321622521254104131311146
Binary1101011100101010101010101011000010100001110010111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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