#207C90

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

Shades of Allports #207C90

Tints of Allports #207C90

Color information

#207C90 (or 0x207C90) is unknown color: approx Allports. HEX triplet: 20, 7C and 90. RGB value is (32,124,144). Sum of RGB (Red+Green+Blue) = 32+124+144=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #207C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C90 is #DF836F. Grayscale: #626262. Windows color (decimal): -14648176 or 9468960. OLE color: 9468960.

HSL color Cylindrical-coordinate representation of color #207C90: hue angle of 190.71º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #207C90 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB32124144-
CMYK0.780.1400.44
HSL190.71º63.64%34.51%-
HSV(B)190.71º77.78%56.47%-
XYZ12.8416.7428.94-
YUV98.77153.5280.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.67%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 144 (56.64% from 255) = 48%
R=10.67%
G=41.33%
B=48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321241440.780.1400.44190.7163.6434.51
Hex207C904EE02Cbf4023
Octal401742201161605427710043
Binary100000111110010010000100111011100101100101111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207C90; }

 p { color: rgb(32,124,144); }

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

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

 a { background-color: rgb(32,124,144); }

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

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

 span { border-color: rgb(32,124,144); }

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