#205FA0

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

Shades of Lochmara #205FA0

Tints of Lochmara #205FA0

Color information

#205FA0 (or 0x205FA0) is unknown color: approx Lochmara. HEX triplet: 20, 5F and A0. RGB value is (32,95,160). Sum of RGB (Red+Green+Blue) = 32+95+160=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #205FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205FA0 is #DFA05F. Grayscale: #535353. Windows color (decimal): -14655584 or 10510112. OLE color: 10510112.

HSL color Cylindrical-coordinate representation of color #205FA0: hue angle of 210.47º 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 #205FA0 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3295160-
CMYK0.800.4100.37
HSL210.47º66.67%37.65%-
HSV(B)210.47º80%62.75%-
XYZ11.0311.0334.81-
YUV83.57171.1391.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.15%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 160 (62.89% from 255) = 55.75%
R=11.15%
G=33.10%
B=55.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal32951600.800.4100.37210.4766.6737.65
Hex205FA05029025d24326
Octal401372401205104532210346
Binary10000010111111010000010100001010010100101110100101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205FA0; }

 p { color: rgb(32,95,160); }

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

<style>
 a { background-color: #205FA0; }

 a { background-color: rgb(32,95,160); }

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

<style>
 span { border-color: #205FA0; }

 span { border-color: rgb(32,95,160); }

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