#1C7AA2

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

Shades of Lochmara #1C7AA2

Tints of Lochmara #1C7AA2

Color information

#1C7AA2 (or 0x1C7AA2) is unknown color: approx Lochmara. HEX triplet: 1C, 7A and A2. RGB value is (28,122,162). Sum of RGB (Red+Green+Blue) = 28+122+162=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #1C7AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7AA2 is #E3855D. Grayscale: #626262. Windows color (decimal): -14910814 or 10648092. OLE color: 10648092.

HSL color Cylindrical-coordinate representation of color #1C7AA2: hue angle of 197.91º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C7AA2 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB28122162-
CMYK0.830.2500.36
HSL197.91º70.53%37.25%-
HSV(B)197.91º82.72%63.53%-
XYZ13.9616.7736.68-
YUV98.45163.8677.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=8.97%
G=39.10%
B=51.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281221620.830.2500.36197.9170.5337.25
Hex1C7AA25319024c64725
Octal341722421233104430610745
Binary111001111010101000101010011110010100100110001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,162); }

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

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

 a { background-color: rgb(28,122,162); }

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

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

 span { border-color: rgb(28,122,162); }

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