#1566A2

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

Shades of Lochmara #1566A2

Tints of Lochmara #1566A2

Color information

#1566A2 (or 0x1566A2) is unknown color: approx Lochmara. HEX triplet: 15, 66 and A2. RGB value is (21,102,162). Sum of RGB (Red+Green+Blue) = 21+102+162=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #1566A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1566A2 is #EA995D. Grayscale: #545454. Windows color (decimal): -15374686 or 10642965. OLE color: 10642965.

HSL color Cylindrical-coordinate representation of color #1566A2: hue angle of 205.53º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1566A2 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21102162-
CMYK0.870.3700.36
HSL205.53º77.05%35.88%-
HSV(B)205.53º87.04%63.53%-
XYZ11.5812.2735.94-
YUV84.62171.6682.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 162 (63.67% from 255) = 56.84%
R=7.37%
G=35.79%
B=56.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211021620.870.3700.36205.5377.0535.88
Hex1566A25725024ce4d24
Octal251462421274504431611544
Binary1010111001101010001010101111001010100100110011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1566A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1566A2; }

 p { color: rgb(21,102,162); }

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

<style>
 a { background-color: #1566A2; }

 a { background-color: rgb(21,102,162); }

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

<style>
 span { border-color: #1566A2; }

 span { border-color: rgb(21,102,162); }

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