#206079

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

Shades of Orient #206079

Tints of Orient #206079

Color information

#206079 (or 0x206079) is unknown color: approx Orient. HEX triplet: 20, 60 and 79. RGB value is (32,96,121). Sum of RGB (Red+Green+Blue) = 32+96+121=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #206079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206079 is #DF9F86. Grayscale: #4F4F4F. Windows color (decimal): -14655367 or 7954464. OLE color: 7954464.

HSL color Cylindrical-coordinate representation of color #206079: hue angle of 196.85º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206079 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3296121-
CMYK0.740.2100.53
HSL196.85º58.17%30%-
HSV(B)196.85º73.55%47.45%-
XYZ8.2310.0519.6-
YUV79.71151.393.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=12.85%
G=38.55%
B=48.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32961210.740.2100.53196.8558.1730
Hex2060794A15035c53a1e
Octal40140171112250653057236
Binary1000001100000111100110010101010101101011100010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206079; }

 p { color: rgb(32,96,121); }

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

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

 a { background-color: rgb(32,96,121); }

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

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

 span { border-color: rgb(32,96,121); }

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