#206985

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

Shades of Allports #206985

Tints of Allports #206985

Color information

#206985 (or 0x206985) is unknown color: approx Allports. HEX triplet: 20, 69 and 85. RGB value is (32,105,133). Sum of RGB (Red+Green+Blue) = 32+105+133=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #206985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206985 is #DF967A. Grayscale: #565656. Windows color (decimal): -14653051 or 8743200. OLE color: 8743200.

HSL color Cylindrical-coordinate representation of color #206985: hue angle of 196.63º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206985 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB32105133-
CMYK0.760.2100.48
HSL196.63º61.21%32.35%-
HSV(B)196.63º75.94%52.16%-
XYZ9.8812.124.01-
YUV86.36154.3289.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=11.85%
G=38.89%
B=49.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321051330.760.2100.48196.6361.2132.35
Hex2069854C15030c53d20
Octal40151205114250603057540
Binary100000110100110000101100110010101011000011000101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206985; }

 p { color: rgb(32,105,133); }

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

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

 a { background-color: rgb(32,105,133); }

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

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

 span { border-color: rgb(32,105,133); }

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