#1971aa

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

Shades of Lochmara #1971AA

Tints of Lochmara #1971AA

Color information

#1971AA (or 0x1971AA) is unknown color: approx Lochmara. HEX triplet: 19, 71 and AA. RGB value is (25,113,170). Sum of RGB (Red+Green+Blue) = 25+113+170=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1971AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1971AA is #E68E55. Grayscale: #5C5C5C. Windows color (decimal): -15109718 or 11170073. OLE color: 11170073.

HSL color Cylindrical-coordinate representation of color #1971AA: hue angle of 203.59º degrees, saturation: 0.74, 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 #1971AA is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25113170-
CMYK0.850.3400.33
HSL203.59º74.36%38.24%-
HSV(B)203.59º85.29%66.67%-
XYZ13.5614.9240.2-
YUV93.19171.3579.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.12%
GREEN value IS 113 (44.53% from 255) = 36.69%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=8.12%
G=36.69%
B=55.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251131700.850.3400.33203.5974.3638.24
Hex1971AA5522021cc4a26
Octal311612521254204131411246
Binary1100111100011010101010101011000100100001110011001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1971aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1971aa; }

 p { color: rgb(25,113,170); }

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

<style>
 a { background-color: #1971aa; }

 a { background-color: rgb(25,113,170); }

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

<style>
 span { border-color: #1971aa; }

 span { border-color: rgb(25,113,170); }

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