#2072A1

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

Shades of Lochmara #2072A1

Tints of Lochmara #2072A1

Color information

#2072A1 (or 0x2072A1) is unknown color: approx Lochmara. HEX triplet: 20, 72 and A1. RGB value is (32,114,161). Sum of RGB (Red+Green+Blue) = 32+114+161=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #2072A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2072A1 is #DF8D5E. Grayscale: #5E5E5E. Windows color (decimal): -14650719 or 10580512. OLE color: 10580512.

HSL color Cylindrical-coordinate representation of color #2072A1: hue angle of 201.86º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2072A1 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB32114161-
CMYK0.800.2900.37
HSL201.86º66.84%37.84%-
HSV(B)201.86º80.12%63.14%-
XYZ13.0514.9135.91-
YUV94.84165.3383.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 161 (63.28% from 255) = 52.44%
R=10.42%
G=37.13%
B=52.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal321141610.800.2900.37201.8666.8437.84
Hex2072A1501D025ca4326
Octal401622411203504531210346
Binary1000001110010101000011010000111010100101110010101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2072A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2072A1; }

 p { color: rgb(32,114,161); }

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

<style>
 a { background-color: #2072A1; }

 a { background-color: rgb(32,114,161); }

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

<style>
 span { border-color: #2072A1; }

 span { border-color: rgb(32,114,161); }

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