Html Css Color HEX #206571 Allports

📋 copy color: '#206571'

red 32 ◦ green 101 ◦ blue 113

#206571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #206571

Tints of Allports #206571

RGB

 RED value IS 32 (12.89% from 255) = 13.01%

 GREEN value IS 101 (39.84% from 255) = 41.06%

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 13.01%
G = 41.06%
B = 45.93%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#206571 (or 0x206571) is known color: Allports. HEX triplet: 20, 65 and 71. RGB value is (32,101,113). Sum of RGB (Red+Green+Blue) = 32+101+113=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #206571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206571 is #DF9A8E. Grayscale: #515151. Windows color (decimal): -14654095 or 7431456. OLE color: 7431456.

HSL color Cylindrical-coordinate representation of color #206571: hue angle of 188.89º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206571 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 101 113 -
CMYK 0.72 0.11 0 0.56
HSL 188.89º 0.56% 0.28% -
HSV(B) 188.89º 0.72% 0.44% -
XYZ 8.23 10.81 17.27 -
YUV 81.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 32 101 113 0.72 0.11 0 0.56 188.89 0.56 0.28
Hex 20 65 71 48 B 0 38 BD 38 1C
Octal 40 145 161 110 13 0 70 275 70 34
Binary 100000 1100101 1110001 1001000 1011 0 111000 10111101 111000 11100

Color Harmonies of #206571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206571

Black with #206571

Text Example


Text Example

White with #206571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206571; }

 p { color: rgb(32,101,113); }

 H1.HeaderClassName
 {
   color: #206571;
 }
 .AnyTagClassName
 {
   color: #206571;
 }
</style>

background-color css

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

 a { background-color: rgb(32,101,113); }

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

border-color css

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

 span { border-color: rgb(32,101,113); }

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